4,919 Topics

Member Avatar for
Member Avatar for MxDev

hi guys, is there any stand alone GUI designer which could deal with most of Swing components and generate human readable code and also free

Member Avatar for sukatoa
0
125
Member Avatar for learning C

i have to write an image processing program that can invert, blur, sharpen, threshold, and then resave an image. here is what i have so far: [code=c] //---------------------------------------------------------------------- // SECTION 1: Preprocessor Commands //---------------------------------------------------------------------- // Include Win32 API Libraries (headers) #include <windows.h> #include <windowsx.h> #include <commctrl.h> #include <string.h> #include <stdio.h> …

0
60
Member Avatar for aabundle

Hello, I have a simple GUI but when i put another Jframe in an action listener it squishes the main page in with the new Jframe, i know this is probably basic but my text book yeilds no result, here is my code. Maybe i am going about the process …

Member Avatar for aabundle
0
216
Member Avatar for David Wang

[U]Visual Studio 2005 Windows Forms Application GUI[/U] [B]Form1[/B]:entering name, then log-in [B]Form2[/B]: main interface I want to show the log-in name on Form2 at a certain place. So every time a different person uses the program, it shows the log-in name on the interface. How to pass the input of …

Member Avatar for Radical Edward
0
295
Member Avatar for kira4

import java.io.*; import java.net.*; import java.awt.*; import java.awt.event.*; public class EmailSender { public static void main(String[] args) throws Exception { // Establish a TCP connection with the mail server. Socket soc = new Socket("gsmtp183.google.com", 25); // Create a BufferedReader to read a line at a time. InputStream is = soc.getInputStream(); …

Member Avatar for VernonDozier
0
140
Member Avatar for neonic75

Hi folks, Small bit of an issue trying to use ObjectInputStream and ObjectOutputStream. I'm tring to write an object of type reminder to a file so it can be opend later. not sure where im going wrong but somewhere. Not used to posting questions like this on forums but if …

Member Avatar for neonic75
0
277
Member Avatar for Kusno

Dear all, I'm newbie in Java/JSP. I have created project with Java Desktop for university lecture subject. But I still have one task, still with Java but in Web environment. I have this class. This class is used to get connection to MySQL. I create it for Java GUI [code=JSP]import …

Member Avatar for ~s.o.s~
0
141
Member Avatar for bpushia

I am trying to get the ST.java (Server Thread) to communicate with the CT.java (Client Thread), i am stuck at this point, i dont know rather it is something to do with the port # and host, or if it has anything to do with the Server thread, please reply …

0
79
Member Avatar for bhoot_jb

hey friends i am in dilemma of which compiler to use.. i have been working on windows OS. also the C++ concepts that we are taught in our college are practically taught on Borland Turbo C++ compiler (dunno how aged it it :P) :( i mean we people write the …

Member Avatar for bhoot_jb
0
143
Member Avatar for wujianwei

the java teacher wants us to write a program project. he says we can do whatever we wanna do as long as it is not too easy and must be interesting. do u think it's hard to write a game program using java in graphic user interface (GUI)? By the …

Member Avatar for majestic0110
0
99
Member Avatar for medoyem

1. Write a Visual Basic program with GUI to cluster the following four dimensional vectors into an ART system: 1110, 0011, 0100. Play around with the vigilance parameter and see how the clusters change. 2. Write a Visual Basic program with GUI to encode the following associations into a bipolar …

Member Avatar for debasisdas
0
100
Member Avatar for Theodred

Here's some info of the situation before I describe the problem: The machine is a 95 Dell Dimension V433c with 2x 200GB Hard Drives, and 512 MB of ram. It is currently being used with no GUI as a network fileserver. The machine was fully functional with no blips ever, …

0
22
Member Avatar for David Wang

A simple array: int array[3]={1,2,3}; In GUI, I want to make the picturebox a element of an array, like: XXX array[3]={pictureBox1, pictureBox2, pictureBox3}; so what is "XXX"? By doing this I would like to control whether a pictureBox is visible or not, but the picturebox number depends on a changing …

0
60
Member Avatar for mousey182

I've tried searching the web and cant find anything to help me. I'm trying to create a 2D java maze application and have come up with the code below. It generates the maze and GUI no problem, and I've worked the code out to create a xPosition and a yPosition …

Member Avatar for chrisclairs
0
1K
Member Avatar for Someguy02

Hi! I just had a quick question that I can't seem to find the answer to anywhere. My book isn't helping me much and I have no one to turn to for help. Anyways, here's my question: I want to make it so that when you click a Button in …

Member Avatar for darkagn
0
93
Member Avatar for gamblitis

Sorry guys i know this might have been posted before but i was wondering if maybe you lot could help me out. I have done alot of searching and haven't seem to come across anything relevant or helpful. I need to create a GUI for a simple registration process for …

Member Avatar for Ancient Dragon
0
83
Member Avatar for blaze423

I'm a relatively new Python programmer, but I have all the basics down. Currently I'm working on a program that sends and receives serial input and receives video input. I have gotten this to work in a basic command prompt structured code however I want to be able to implement …

Member Avatar for a1eio
0
233
Member Avatar for abdulraqeeb33

i need to display the contents of a database(table) MS access db, on to the screen. how do i got abt it??? the data keeps changing dynamically...the program should be able to refresh it self

Member Avatar for Ezzaral
0
174
Member Avatar for metalx1000

I'm new to Python and even new it GUI with Python. I'm using Glade to create my GUI. My problem is that when I click a button in My GUI inter face the GUI freezes until the process is complete. I'm been told that I need to use "threading" to …

Member Avatar for metalx1000
0
208
Member Avatar for David Wang

[B]Game I am about to make:[/B] Coins are randomly drawn from a set of possible coins and arranged in a line. Two players alternately remove and collect a coin from either end of the line. The game ends when all the coins are removed and collected by the two players. …

Member Avatar for David Wang
0
132
Member Avatar for harisagar

[B]hai i need example code for an project i am developing in gui student management i need code for add,delete,edit student using arrays or files not database[/B]

Member Avatar for jasimp
0
139
Member Avatar for donnerCobra

Hi everybody :) I have a big problem with embedded Python. I develop a plugin for a C++ application and want to "teach" this app Python Scripting, that users are able to script their own functions. the App = The C++ Application plugin = my plugin I develop for the …

Member Avatar for donnerCobra
0
202
Member Avatar for David Wang

[B]Game I am about to make:[/B] Coins are randomly drawn from a set of possible coins and arranged in a line. Two players alternately remove and collect a coin from either end of the line. The game ends when all the coins are removed and collected by the two players. …

Member Avatar for Ancient Dragon
0
175
Member Avatar for a1eio

Hi all! Just wondering if it was possible to be able to create a Tkinter window that can handle files being 'dropped' on it. What i want is to be able to drag a file from an explorer window to a widget on my program (probably an Entry widget) and …

Member Avatar for bumsfeld
0
108
Member Avatar for Islandstone

I'm having trouble running my compiled program on other computers. The script is a wxPython GUI app that creates a task bar icon. The script works perfectly on my computer both standard, in the pdb and compiled. But on two other computers it gave two different errors. The first one …

Member Avatar for Islandstone
0
327
Member Avatar for Adrian99420

Hi, I created a GUI which contain a few tabpage, I wish to add and name a new tabpage with a single button click. Therefore, I created two window form. With the "add new operator" button, I link to the second form which allow user to key in the name …

Member Avatar for Adrian99420
0
90
Member Avatar for Taker

Devlope a Pedel boat class and a Rowing boat class and mark a boat as hired, storing the customer name and time, return a boat's details as a String, including customer name and time of hire if it currently hired out, calculate the amount due on a hired boat, given …

Member Avatar for Taker
-1
90
Member Avatar for Islandstone

I have a problem, and have been searching for a solution many different places. I have a program written in wxPython that downloads and reads a file. I would like it to do that every hour, but the problem is that the wxPython app is running in a loop ( …

0
47
Member Avatar for it2051229

I'm creating a simple chat program using sockets... I did the program using a console and it worked in console so the next thing I did is to make a graphical user interface but whenever the program reaches the code serverSocket.accept(), the GUI just hangs and I can't do anything.. …

Member Avatar for it2051229
0
191
Member Avatar for Black Magic

Hello, I was wondering if you could change the program icon (it's usually a picture of c:\), and without making a gui progra, just a normal one if you get me? Like you can change the title by; system("title This Is Your Title"); Help a.s.a.p please :). ~ Black Magic

Member Avatar for Black Magic
0
101
Member Avatar for Adrian99420

Hi, I am using VS C++ 2005 express edition. I developed a simple GUI with a single tabControl (contain tabpages with some combobox). I wish to add a button which able to add another tabpage which contain the same item as previous tabpages. For example. my previous tabpage contain 2 …

Member Avatar for Narue
0
106
Member Avatar for StudentMark

Hi, I'm really struggling with coursework for a university project, I need to be able to link to an Microsoft Access database and read and write to it using a Tkinter GUI, so far I have the following. def do_select(): global list_box, cursor item = list_box.curselection() name = list_box.get(item) stmt …

Member Avatar for StudentMark
0
108
Member Avatar for jah_ives

Hi All, This is a strange one for me. I have just got back from work to find my computers not working. I turned it on the Mobo graphics appeared (XFX) then the bios and the post completed successfully. It then jumps to the DMI Pool Data hangs for about …

Member Avatar for jah_ives
0
73
Member Avatar for nish88

hi everyone...... am designing an interface for security purposes where a user is allowed to enter a password to gain access... i want when password is entered its ********** that appear on the text box instead of password secret itself so that if someone is looking at the screen he …

Member Avatar for woooee
0
170
Member Avatar for Saschaeh

I have just taken on a website that has been around since 1996. The person that owns it has been building it adhoc over the years. Fairly niche topic which she is very passionate about. Now it is the worst code i have ever seen - its not her field. …

Member Avatar for jreseo
0
82
Member Avatar for X3n

Hello, I'm new to DX programming and I'm trying to make a GUI for a simple 2D game in DX9. I've followed tutorial on building a game display ([url]http://directxtutorial.com/Tutorial9/D-GameDisplay/dx9D.aspx[/url]) using sprites. Now I have a question - how to merge 2 or more sprites, or better say their texures into …

0
75
Member Avatar for Maulth

I understand that title was rather vague, but it still holds true. Lurking these forums I have noticed how incomplete my 2 year education on C++ really is, and I am asking for your help in area's, maybe just pointing me to some resources, etc. First off i am using …

Member Avatar for Maulth
0
165
Member Avatar for Tyster

Hi there everyone, Is it possible to use more than one Layout Manager in a single GUI interface? I have classes (with event handlers) for various buttons, jtext menus, etc... but so far I've only built simple programs that use a single layout manager. When I call the setLayout() method …

Member Avatar for Tyster
0
237
Member Avatar for RWhunt99

I just found out that our Win Small Business Server 2003 has rebooted but hangs with a "wait" message stating that it is setting up network connections. Meantime, it seems to start up and there is connectivity between everyone on the network, but there is no user interface so I …

0
50
Member Avatar for dendic

I'm looking for a method to scroll a form when the mouse reaches a certain position. I can identify the position but don't know of any code to start a scroll. I'm created a gui method to drag and drop labels but need the ability to reach the outer columns …

0
50
Member Avatar for terrif8888

I have created a gui using extend frame. What my program needs to do is replicate a DNS server, the DNSServer code has to be its own class, So to my project i have added class. How do i acces the methode within the DNSServer Class?

Member Avatar for majestic0110
0
94
Member Avatar for Getdiqqedbro

I Have a TOSHIBA Sattelite P25-S262 Laptop, And When I boot the System, I Get a Bunch Of 0's Across the screen, It's like the matrix in here! When there was an installation of windows on there, it loaded into windows fine but the bit depth was only 16bit, If …

Member Avatar for David Elder
0
120
Member Avatar for gwarguy

Im a newbie programer with very limited experience. Ive been fiddle faddling around with a couple different languages to see what I best, and then i started thinking that maybe im going at it backwards. I need to figure out what i want to program, and then use the right …

Member Avatar for majestic0110
0
203
Member Avatar for afan_ell

can anyone give me some guidance: i'm using VB6 as GUI on my project which is print the data that i received from wavecom modem.my only prob now is how can i extract the data from hyperterminal and save it to my microsoft access database before i process it using …

0
73
Member Avatar for steven woodman

Hi everybody, as you can probably tell my name is steve and im new to this forum. I've recently begun trying my hand at linux but have found this is going to be a lot more work then originally expected. I have been an avid windows user (and hater) and …

Member Avatar for Ancient Dragon
0
179
Member Avatar for eng.atia

Hi all, I have a problem with Java GUI. How can I set a certain component to be in front of another component or behind it?! i.e. Is there a way to: SendToBack & SendToFront in java?

Member Avatar for Ezzaral
0
172
Member Avatar for jonc

Hi, I am in the process of making an application which I am hoping will become a GUI for QStat (a DOS based application which retrieves the current status of an online game server). The problem I have is this: I can run the QStat application as normal (including the …

Member Avatar for Kevin B.
0
95
Member Avatar for maharajakecil

my GUI using VB6.0 had 2 textbox to allow user enter an integer that represent a movement of motor along X and Y axes. there is any possible that i can send 2 data simultenously? do i need a delay? for your information, i used serial port. thank you VB …

Member Avatar for maharajakecil
0
260
Member Avatar for RossSCann

I am now using Visual C++.net 2002 edition. My main ongoing project, an application that teaches the game of bridge, is now 350 K + llines of code, 95 % of which is application logic. The 5% dealing with GUI is just SDK for speed. I am just a retired …

Member Avatar for RossSCann
0
178
Member Avatar for aot

I was wondering if it's possible to show videos via a python GUI -- preferably quicktime videos, but any format would be a start. If it's not possible to play them from within the GUI, is it possible to at least have the person press a button that will automatically …

Member Avatar for linux
0
106

The End.