11,065 Topics
Hi all, I need help in overlapping a .png file in the right bottom corner of a video. Can anyone help? Thanks.
hi there, i have a form with text boxes and lables and datagrid view, the user enters data in one text box in the form. wen the user press ctrl+c from the key board how can i make i to copy the value entered in the textbox. and when the …
Hi All, I need to write a class to draw and add some components on frame like images,rectangles. I have a class which is already written by some other person, and now i need to add 14 adjacent rectangles on the existing frame. [CODE] import java.awt.BorderLayout; import java.awt.Color; import java.awt.Component; …
[COLOR=Blue]Hello.... I'm currently using Netbean 5.0 and I just want to add some GIF files to my program when it builds. I'm using the files as icons for some of the GUI buttons and labels. But when I select clean and build main project or build main project and execute …
hi.. now i'm trying to use the openfiledialog in a gui app .. what i have done till now is that 1. open visual stdio 2008 2. select c++ project 3. select windows application project 4. drag the openfile dialog from tool box and drop it on the form .. …
I'm having issues trying to get a little triangle (spike.gif) to appear under the link of a current page. For instance, it won't appear on rollover, but just when someone is on a certain page. I've enclosed a link to an image of how I'd like to do this. [url]http://mgndesign.com/draft/images/about_example.gif[/url] …
Hey guys, ive been trying to do a spry menu for a website design i'm doing, but whenever i highlight over a menu option taht has a dropdown the original horizontal texts background goes half black and half the gradient image. Also on one of the later dropdowns the 1st …
Hello Daniweb users, I am developing a small client for messaging, the messaging part is okay! :) Now the problem is with the GUI. I want to implement a "tabbed chat interface", similar to that of MSN or iChat. I am implementing a JTabbedPane for each "window". My problem is, …
Hello, guys! I've written a GUI for a program. It's written like shit, the goal was to get it done fast. Well it didn't exactly work out, so when I refresh the data, every label disappears. Here is the code: [CODE] class GUI: def __init__(self, master): self.master = master self.label …
Suppose, I have a movieClip named "movi". and through actionscript, i generated some more different movieClips. So now, "movi" will stay down under the different movieClips. how do i make "movi" stay always on top even after the moviClips has been added?
Guys which is good CMS (content management system) Joomla or Mambo? why is it so? What you like of it?:?:
Hi, I am php programmer but i don't have site designing knowledge can any one help me how to create login dialog box same as Daniweb.com site login dialog. Thanks in advance.
Hey guys I hope someone can give me a hand here. The site I'm making can be found at [url]www.tomobrien.com/v2/index.php[/url] You can see at the bottom of the page my footer is a few pixels shy of being the full width of the screen. I can't figure out why? It's …
I have used Cisco products for years, from Ciscoworks, WLSE, ADSM, web interfaces on various hardware products, ACS, NAC appliance, mobility engine with IPS, CSM, and etc. but they seem to all have issues or otherwise prove to be more headache than what should be acceptable. What is wrong with …
Hey Hi..to everybody..I am new to this C++. My problem is that I want the input and output to be taken from windows interface not from the command line. A window should open and it should ask the question to proceed and the output should appear there.Take for example: it …
Hi everyone, I'm new in the forum. I've found the advice here helpful in the past and I'm hoping someone can help me now. I want to make this page look neater: [url]http://www.naturalfrugality.com/money/5-disposables-youre-better-off-without/article.php[/url]. Does anyone have a suggestion to keep the images and captions from encroaching on the other paragraphs …
Hi this is deepak I have problem actually dreamweaver when I make table and I select tr or td with mouse it works well at same cursor should go on same td or tr in coding area but it is not going, I have restalled window, dreamweaver I dont why …
I am trying to set up the GUI Library FLTK but cannot find a way to set it up for MSVC++ 2010 Express. I looked on Google but failed to find any tutorials on doing this. I also tried CMake but ended up with an error in CMake and an …
Basically this is what I have: [code] <div style="float:right; width:500px"> <table width="100%"> <tr> <td>Input Text:</td> <td><input name="textInput" type="text" value="<?=$phpVariable?>" style="width:100%" /></td> </tr> </table> </div> [/code] In every web browser besides IE what this does is make the width of the input field the full width of the column. However, in …
hiii, i want to make user inteface for my C program in linux. is there any way other than GTK Glade interface?? i never used Glade before so i do not know weahter i could make UserInterface for my C program in that or not? as Glade has its own …
I just have a quick question. I am working on a program for a friend of mine, more specifically a program that keeps track of stats of characters makes rolls etc. for DnD. Anyway, I am going to save the data using Serialization and keep the data together via a …
Hi, I have a code here as in the following: [CODE] <div id="main"> <h1>Test</h1> <pre>Test Only</pre> </div> [/CODE] Here is the CSS: [CODE]#main { width:55%; border:0; padding:4em 2em 4em 24em; } #main h1 { color:blue; padding-top:1.75em; font-size:24px; padding-left:6em; font-family:Garamond,Arial,sans-serif } #main pre { font:bold 12px helvetica,sans-serif; padding-left:4em }[/CODE] For some …
Hello, Recently I've been doing some Windows API programming and I came across a problem. I want to make a console program that accepts commands, when the command 'win' shows up it will create a window with some automated features. Lets say I had a command sendfile [file-path] [where]. I'd …
hi guys, I'm designing a website - [url]www.pchristou.com[/url] - to showcase some of my work but am having an issue when using an image as the background. For some reason, when scrolling in Firefox its not smooth (in particular, when clicking the anchor links at the top) however, other browsers …
Hey all , Thanks for reading this and sorry to be on the take, as it were :) Please could someone point me in the direction of a tutorial that covers a credit calculator for student points.... i can design the gui but dont know enough to get the combo …
Ok so I have several years web design/dev agency experience and want to start working freelance, eventually fulltime. What are some good sites where you can bid on bigger company web projects? There are dozens of freelance sites with low budget projects and low talent designers/devs to bid on them. …
Hi, I am trying to do a three level suckerfish dropdown menu (live top navigation menu). However, I want to make it semi-transparent. It works fine in FF, Chrome, etc. However, there is an IE bug where if an element is transparent, then any children of that element cannot render …
Can anyone tell me what GUI to use? And is there a GUI similar or same like standard library? Thanks in advance.
hi all , i wrote a class that send and receives data from serial port . the class uses serialport class. now I have a event handler that is being called when the incoming buffer has data. I also have a parsing method in my class. my problem is that …
Say I have a main page called advertisement html and a iframe on a templet page. I need to get a page within the site call add_pages to load into the frame when ever the advertisement page is loaded. I to have several other pages load into the iframe whenever …
Help me please, I have a problem on my user page. As you can see, the boxes are moving into strange places, the badges should float on the right. Example: [url]http://www.stickmin.com/User.php?ID=2[/url]. But on pages where the description isn't long, it works right: [url]http://www.stickmin.com/User.php?ID=1[/url]. Thanks, please tell me what is wrong. …
Any Drupal users out there?? I have created several articles ("Article1", "Article2", etc) and I want to display them on the page called "Projects". Someone told me to look at "views". I went to "structure->views" and there are a bunch of options such as "archive", "backlinks", "comments", etc. but I …
I have bought a domain.And i have enabled email frwarding for this domain. Eg [email][email protected][/email] All emails from [email][email protected][/email] will be forwarded to [email][email protected][/email]. Till this i am done. If i want to send an email with the email id [email][email protected][/email] can i do it??? So that the person receiving …
Hi! I'm a newbie and i have kind of a teoric doubt. I wonder where the functions/events truly reside. For example, when i doubleclick a form or a button, i can see in the events properties that a function is created in my code (private void Form1_Load(object sender, EventArgs e), …
i have setup my custom content publishing script which is working great except for the part that when i publish content in it by copying it from external sources like from my other websites some special characters like (' " ) becomes this (� ) i have no idea why …
Hi guys, I'm currently trying to produce a facial detection application, but I seem to have some problems. My program, is able to recognise multiple users, and match their captured image to one saved in the database. However, if a person who has not registered is photographed, it is supposed …
I want to know the most simple code of actionscript 3.0 on how to shake the screen. and i need this QUICK! thank you,
I want to style an H3 header with a background colour. If I do this: [code] h3 { background-color: #000; color: #fff; } [/code] and [CODE] <h3>header tag</h3> [/CODE] for example, the output in the browser will be displayed across the entire width of it's parent container. If I wrap …
Hi all, I'm looking for a good gui for svn that is free. Thank you
hello all first of all sorry for asking such a stupid kind of question. i want to know is there a way i can restrict a html page to open up from the website unless an until it is called from other page from my website. for example there are …
Hey guys, I have a splash screen I'm loading here: [code=c#] private void main_Form_Load(object sender, EventArgs e) { //Load Splash Screen this.Hide(); Form_Splash form_Splash = new Form_Splash(); form_Splash.Owner = this; form_Splash.Show(); System.Threading.Thread.Sleep(3000); form_Splash.progressBar_splash.Value = 10; form_Splash.label_Process.Text = "Checking Authentication..."; System.Threading.Thread.Sleep(2000); // Create the context for the principal object. PrincipalContext ctx …
Hi, There was a method that removes all the default setting of padding and margin for browser. I cannot remember it. Something like this. [code] ?????? { padding:0px; margin:0px } [/code] Thanks[code][/code]
I am writing a project planner/tracker program and it's my first attempt to write a program on my own. It's almost done but my forms aren't really cool. I'm not any experienced so I can't be mega creative. Do you know any sites/tutorials that might help me develop my design, …
Hey eveybody! I have a problem for you.I am establishing a new website which offer [url=http://www.exmbt.com]discount mbt shoes[/url].I am very sad that,I pay more my time on optimizing my website,but some problems always exist.Such as,my all products pictures of[url=http://www.exmbt.com]MBT shoes[/url].I want to know how to make my products display in …
My layout looks fine in firefox and internet explore, but in google chrome it looks bugged. My Search is placed somewhere else. Any idea why and what cause ths?
I require to make a good user interface for my image viewer tool. Could anyone advice me how can i achieve so in C#. So far I have been using swings in java but this time I'm supposed to code in C# only and being a newbie to C# I'm …
I have no issues with setting up the mod_rewrite and having it create the clean URLs. My question is for more experienced htaccess users and I am wondering if there is a simple solution to my dilemma. My URLs without the cleanup look like: index.php?ctrl=portal&mode=main or index.php?ctrl=portal&mode=edit&id=2 I want my …
Ive been trying to find a solution to a very annoying problem with my combobox. When i select a item on the list the combobox is the list is still active. It is annoying because when i scoll my mouse the combox item that ive selected changes. Any thoughts on …
Hi, I just finished up AP Computer Science a few weeks ago and decided to write an app that allows me to quiz myself with vocab words and definitions, it works fine while I'm running it in IDE, but when I make it a JAR it refuses to open (I'm …
Ok so I have a problem that has been infuriating me for some time now and I really need to get it fixed. Basically I have a menu system, with three 'levels' each of which is a separate list that is styled slightly differently; my HTML code is this: [CODE] …
The End.