gui x 3,671

11,065 Topics

Member Avatar for
Member Avatar for alishiraz89

Hi all, I need help in overlapping a .png file in the right bottom corner of a video. Can anyone help? Thanks.

Member Avatar for remilt
0
117
Member Avatar for judithSampathwa

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 …

Member Avatar for Radical Edward
0
3K
Member Avatar for RaniThomas

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; …

Member Avatar for NormR1
0
337
Member Avatar for j1979c

[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 …

Member Avatar for peter_budo
0
2K
Member Avatar for mohamedhassan

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 .. …

Member Avatar for jonsca
0
135
Member Avatar for mgn2683

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] …

Member Avatar for pritaeas
0
91
Member Avatar for walshinho

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 …

Member Avatar for renzo821
0
36
Member Avatar for dani_member

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, …

Member Avatar for dani_member
0
426
Member Avatar for sandorlev

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 …

Member Avatar for TrustyTony
0
10K
Member Avatar for Brandlax

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?

Member Avatar for JasonHippy
0
453
Member Avatar for Harry smith

Guys which is good CMS (content management system) Joomla or Mambo? why is it so? What you like of it?:?:

Member Avatar for meo_spt
0
171
Member Avatar for keval_hack

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.

Member Avatar for Member #334542
0
83
Member Avatar for peck3277

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 …

Member Avatar for Grantism
0
131
Member Avatar for teckforce

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 …

-2
44
Member Avatar for charlie4oct

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 …

Member Avatar for Ancient Dragon
0
98
Member Avatar for bwallace

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 …

Member Avatar for bwallace
0
88
Member Avatar for visualiser

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 …

Member Avatar for mahesh2011
0
76
Member Avatar for Buolbear4444

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 …

Member Avatar for jonsca
0
154
Member Avatar for nizuya

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 …

Member Avatar for nizuya
0
207
Member Avatar for iqra123

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 …

Member Avatar for iqra123
0
123
Member Avatar for pinsickle

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 …

Member Avatar for JamesCherrill
0
146
Member Avatar for ajwei810192

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 …

Member Avatar for drsim
0
84
Member Avatar for u8sand

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 …

Member Avatar for nbaztec
0
207
Member Avatar for pac-man

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 …

Member Avatar for pac-man
0
133
Member Avatar for gruffy321

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 …

0
94
Member Avatar for cmills83

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. …

0
69
Member Avatar for Dani

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 …

Member Avatar for drjohn
0
138
Member Avatar for web3

Can anyone tell me what GUI to use? And is there a GUI similar or same like standard library? Thanks in advance.

Member Avatar for Stefano Mtangoo
0
220
Member Avatar for zismad

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 …

Member Avatar for zismad
0
135
Member Avatar for muth23

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 …

Member Avatar for dhruv_arora
0
73
Member Avatar for Chosen13

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. …

Member Avatar for Chosen13
0
117
Member Avatar for daviddoria

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 …

0
53
Member Avatar for niketh90

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 …

0
65
Member Avatar for neithan

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), …

Member Avatar for nick.crane
0
157
Member Avatar for shadow95

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 …

Member Avatar for Member #120589
0
68
Member Avatar for meepokman

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 …

Member Avatar for meepokman
0
462
Member Avatar for Brandlax

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,

Member Avatar for Member #46692
0
116
Member Avatar for BrianDickson

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 …

Member Avatar for BrianDickson
0
252
Member Avatar for teomurgi
Member Avatar for bigtalk
0
101
Member Avatar for jindalarpan

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 …

Member Avatar for Dandello
0
209
Member Avatar for Duki

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 …

Member Avatar for kdion1024
0
162
Member Avatar for veledrom

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]

Member Avatar for charlesying
1
98
Member Avatar for Xinnie

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, …

Member Avatar for Xinnie
0
110
Member Avatar for MBTlover520

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 …

Member Avatar for Member #120589
0
53
Member Avatar for Muazam

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?

Member Avatar for Muazam
0
105
Member Avatar for avanish_yadav

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 …

Member Avatar for bbman
0
104
Member Avatar for SoN9ne

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 …

Member Avatar for djcodesa
0
245
Member Avatar for Mikey12345

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 …

Member Avatar for sknake
0
131
Member Avatar for gabec94

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 …

Member Avatar for gabec94
0
167
Member Avatar for billysim1

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] …

Member Avatar for billysim1
0
81

The End.