4,919 Topics

Member Avatar for
Member Avatar for Micko

Hello, I've just read thread why I should lear python and I must admit that I'm very interestwed to learn oppython myself. i have experience with C and C++ programming language. If I understood corectly Python is an interpreted language. What is advantage of interepreted languages (if there are any)? …

Member Avatar for vegaseat
0
311
Member Avatar for frd517

Hi, I have a situation with a Server Running Windows 2003 Server Standard Edition. The Problem is that when the boot process gets to the GUI, it just keeps flashing on and off, the desktop never stays on the screen, it just keeps looping. I have never seen this before, …

Member Avatar for frd517
0
149
Member Avatar for G-Do

Hi all, Here's one that has me stumped. I'm trying to build a system shell with a Tkinter GUI in Python, and I can't figure out what to do with one of the widgets. Here's the program concept: I have two major widgets: a ScrolledText widget and an Entry widget. …

Member Avatar for G-Do
0
2K
Member Avatar for ElGringo

Ok this is the second forum I am writing to (First one gave me no help what so ever). I was surfing the web looking for SNES Roms to download into my PSP. I visited [url]www.FreeRoms.com[/url] and was prompted to download an ActiveX tool. I know I shouldn't have but …

Member Avatar for dlh6213
0
215
Member Avatar for nephish

Hey there, i have been writing python scripts for about 4 months now so i am still very new at programming. that said, i need to build a gui app to handle some data manipulation from a database, set points, etc... what i would like is the easiest to learn …

Member Avatar for nephish
0
210
Member Avatar for sstarke

I get this message when trying to access certain websites. Here is my hijack this listing. Can anyone help? Logfile of HijackThis v1.99.1 Scan saved at 10:27:53 PM, on 8/5/2005 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\Ati2evxx.exe C:\WINDOWS\system32\svchost.exe …

0
75
Member Avatar for Max_05

To all the GUI Masters, I have two questions, 1) How do I make my frame start/appear in the middle of the screen ? 2) How do I disable the control/menu box i.e the maximize,minimize,close options on the top left corner of the frame ? Wating for a favorable Reply. …

Member Avatar for server_crash
0
160
Member Avatar for shanenin

I have been messing around with some scripts, and would soon like to start making a few gui apps. I plan on using either tkinter, or possibly pygame, or pygtk. Are there modules already built that will allow you to browse graphically? for instance, choosing a file, or directory, using …

Member Avatar for vegaseat
0
165
Member Avatar for mozira

Hi everyone I have a small program on ATM transaction that i did on console application in C++ and i am having difficulty converting it to GUI and i dont understand why.Here is the code if you can do it plz send me the coding i will gladly appreciate it …

Member Avatar for Narue
0
499
Member Avatar for sergiu

Hi all, I am new to Web programming, most of the time have done GUI development in C++/MFC and played a bit with Java/Swing. I have read about DHTML and its ability to enable interactive Web applications. Before delving into DHTML programming I would like to know what are the …

Member Avatar for sergiu
0
232
Member Avatar for fragmented_user

Hi, and welcome to the world of Linux. Linux offers, so many, new and exciting possibilities, to both experienced and novice alike, that it is oftentimes difficult to get started. One solution to such a problem is to familiarize yourself with the feel of Linux before you go any further …

Member Avatar for alex_extreme
0
240
Member Avatar for gokul

Hai, i am doing project in VoIP in Java... I am using Swing for designing purpose.. so i want to design the screenings by using GUI Builders for swing.. i need ur help that what r the different GUI builders..? which one is best and simple and also where i …

Member Avatar for jwenting
0
213
Member Avatar for bandm

Hello, I am just messin around with this "A Simple Win32 GUI Introduction" snippet I found on this site. I am able to paste it in to a simple project in my Visual C++ application and run it. Basically it is just a blank window. It says you can play …

Member Avatar for vegaseat
0
287
Member Avatar for madgokuss4

I have just started getting into python and so far it's all been very interesting and the help good to, but now i have ran into a problem. I'm sure it's very easy to solve but i just can't seem to figure it out or find anything on the web. …

Member Avatar for vegaseat
0
145
Member Avatar for drp

Hi, I have a program that automatically installs another program, (I made a GUI instead of using command line installation), and I would like to deploy this project. I have it deployed, I can install it, navigate to the folder it is in and run it. I would like to, …

0
100
Member Avatar for D Mighton

Here is what is happening. My PC was acting rather sluggish, so I restarted it. It started booting, then went to the XP loading page. After which, the screen went black for a second and the system restarted and repeated. I tried to boot in Safe Mode. The Safe Mode …

Member Avatar for Catweazle
0
373
Member Avatar for freesoft_2000

Hi everyone, I really need some advice and guidance on the following code [code] import javax.swing.*; import java.util.*; public class PopupAuthenticator extends Authenticator { public PasswordAuthentication getPasswordAuthentication() { String username, password; String result = JOptionPane.showInputDialog( "Enter 'username,password'"); StringTokenizer st = new StringTokenizer(result, ","); username = st.nextToken(); password = st.nextToken(); return …

Member Avatar for Kate Albany
0
132
Member Avatar for Drowzee

Well, blast. My first attempt took too long, and I autodisconnected. Short version: Not doing homework, on internship(first gainful employment). Task: Make GUI for existing Console app that takes binary input file. Milestone: By Monday, create windows App that displays output of binary and text input files using MFC. Assumptions: …

Member Avatar for Drowzee
0
274
Member Avatar for ohnbabygal

hi im writin a simple GUI project usin C++ (Dialog). i have an input file with a list of foods. my goal is to display the list of foods in a ComboBox and then Add some new food and Delete some. But i just cant put the list to a …

Member Avatar for arunkg999
0
218
Member Avatar for chetanpandey

Hi All: I am new to this List. I am creating a Swing GUI based Word Processor which takes in English Text and using KeyListeners converts it into Unicode Devanagari - the Script used for writting The Hindi Language of India - which is dispalyed in a JEditorPane set to …

Member Avatar for chetanpandey
0
164
Member Avatar for johnbal

Are there any tools for gui based application development in LINUX? Something like VB?

Member Avatar for chadauld
0
333
Member Avatar for DotNetUser

I'm using VC++.NET and drag a couple controls onto the form. When I edited the auto-generated code for a control in InitializeComponent(), the controls on the form disappears. When I tried to add them back, it complained that it's already there. Eventhough the form no longer has the controls, it …

0
51
Member Avatar for DotNetUser

I'm new to Visual Studio .NET. I thought C#.NET replaces VC++ 6.0 until I saw that C++.NET was still around. So, what's the difference between the two? I want to create a GUI that uses some C++ header/source files and a C++ socket library. Which would I use? I have …

Member Avatar for darklordsatan
0
232
Member Avatar for DoomWear

About a week ago, My NOD32 gave me a message that the 30day trial had expired and i needed to purchase. I didnt really like the GUI of NOD32 so i decided to get Norton 2005 wich got very good reviews. Stupid maybe but i uninstalled NOD32 before installing Norton …

Member Avatar for DoomWear
0
259
Member Avatar for kreitcher

[COLOR=DarkRed][FONT=Courier New]Hi guys. I need to create a GUI in C++ and so I would like to know if some packages like GTK are available for windows. I did go to the GTK website but I swear I was lost! I really didn't know which files to download. I really …

Member Avatar for yeohhs
0
455
Member Avatar for miles11

Hi All-- I basically am trying to write a piece a piece of code for an application that will list all the open frames in the program, and if you click one, it is selected and brought to the top of the program. I have a menu bar, and I …

Member Avatar for flybet
0
135
Member Avatar for Paul.Esson

What kinda appoch would people here take for tacking a gui on an already existant console program.

Member Avatar for Paul.Esson
-2
259
Member Avatar for Blip

Hi I've bee trying and failing to use Visual Studio's C++ 6.0 to send and recieve data via my serial RS232 port. I have been informed previously that I need to use the Win32 API but not how to use it. I am trying to convert my code from a …

Member Avatar for Blip
0
225
Member Avatar for apcxpc

Hi all... I have a JFrame, which contains a JTabbed Pane, which contains two JPanels. The problem is that when I run the program, a completely grey frame shows up, and the contents only becomes visible when I click on the border of the frame. Here is the code. Compile …

Member Avatar for server_crash
0
218
Member Avatar for magnaral

Hi For the last week I've had some really irritating annoyances with both my desktop and my laptop. First of all, this popup with "Generic Host Process had to be closed" came up. After looking at Event Viewer it looks like there is something wrong with the WIA service, so …

Member Avatar for DMR
0
160
Member Avatar for Surfline

Hey I'm trying to write a program to make a simple Tic-Tac-Toe Program. I just started coding it, so this is my rough draft version, i haven't worked on lots of checks i know i need to do later. However I have a big problem I cant seem to figure …

Member Avatar for server_crash
0
239
Member Avatar for nisaa15

HI, I am trying to implement a scrabble computer player that is capable of beating a human player. I dont not know how to go about starting this project (other than designing a GUI for the game itself). Any advice on how i would store and search the dictionary quickly …

Member Avatar for server_crash
0
49
Member Avatar for markymarkb1000

Hi folks...I have a Class called Model which I am using to iterate through a string, tokenize it, and then access a method in my GUI class which is supposed to change the color of the borderLayout panel. I am getting this error. I have tried to make me Model …

Member Avatar for server_crash
0
515
Member Avatar for buggytoast

Hi Everyone! THis is my final program :D Of course it's not done...but I just wanted some feedback...and any ideas on how to fix my GUI XD...Any help is appreciated ^^. BUt please don't copy lol XD I don't want to get accused of cheating here...if giving out this code …

Member Avatar for buggytoast
0
417
Member Avatar for cancer10

[IMG]http://cisindia.net/images/tn_smart_CD-Menu.jpg[/IMG] Greetings Every1, I launched my new software CIS Smart CD-Menu Creator, I need people to beta test it. If you can do the test for me then I would really appreciate it. Please report any bugs at [email]info@cisindia.net[/email] What is CIS Smart CD-Menu Creator Create professional auto run (auto-play) …

Member Avatar for cancer10
0
204
Member Avatar for hemanth.balaji

Hi people, I am doing a project for my college. I am doing the UI part using Win32 Api. I am learing wuite a lot from various tutorials available on the net. I am through with most of the GUI but only get stuck when resizing of controls is required. …

Member Avatar for hemanth.balaji
0
150
Member Avatar for callow

ive been trying to figure this out for hours, and would appreciate any help. im clumsy with java, have only really had c++ experience and am at a bit of a loss trying to figure out GUI's, my problem goes like this..... basically i need to create different frames or …

Member Avatar for callow
0
221
Member Avatar for apcxpc

Hi all I've programmed a relay chat system in Java. Just having two GUI-related problems with the chat client itself. [B][U]Problem #1[/U][/B] : I can't get the chat windows to scroll as new text appears in them. The scroll bar [i]does[/i] appear when it needs to, but it remains at …

Member Avatar for jwenting
0
393
Member Avatar for nabil1983

hello everyone. ok i got a program (see below i know its long but just copy and paste and it will work),, my only problem is i need to include a search method (i.e. where i enter CDName and it prints out the rest of the details of the CD.) …

Member Avatar for NPH
0
113
Member Avatar for raghavendrak

Hi Friends, I want to write a MP3 player with minimum GUI for Linux (Fedora) I dont know where to start with I have knowledge of C/C++ programming, but not much knowledge of creating a GUI. I use Eclipse. I want to write for KDE. Can you please guide me …

Member Avatar for subtronic
0
276
Member Avatar for jbade

Hi, I am new to ASP.net and I have inherited a web application. Now I have to change the gui and hence the whole navigational flow. I have a top banner. Then I have left side menus and then on click I want to display on the right side some …

Member Avatar for jbade
0
126
Member Avatar for Manny203

Hi everyone, I am a newbie trying to setup a linux dhcp server and want to run windows applications from a different partition. I installed rh9 and also my paritions but when I try to see them in kde gui I only see the one that rh9 and the swap …

Member Avatar for jamestwitch
0
197
Member Avatar for kparnell

I got this assignment to do, but i cant so it, i have tried everything i know in C++ programming and its not working. Can someone help me please. Write a Graphical User Interface program that simulates the activities of a vending machine. The program should allow for full user …

Member Avatar for eagleeye
0
136
Member Avatar for ultimate_fusion

I am making a game and need a hell of alot of varibles. it is all so GUI so I need alot of Jbuttons. can I do it like something what I have below??? char[] mine=new char[3]; for(int count=0;count<10;count++){ //String add = "one"+count; JButton mine[count] = new JButton(""); } heres …

Member Avatar for server_crash
0
135
Member Avatar for sridhar_reddapa

The folloing question is my assaignment i never did network programming before after creating html page to access username and password how to read that information and can any one help me in writing cgi program for this assaignment Write an Java applet or Java application that can be used …

0
93
Member Avatar for Hjcooke

This is a piece of work i need to complete for my Object Orientated programming module at university. The task, (User Input) Order Number, Name, Address line 1 and Address line 2 and select either Computer and/or printer check box. N.B. These FIVE fields must be completed by User otherwise …

Member Avatar for shakaal
0
262
Member Avatar for Luckasoft

Dear friends! We are asking your opinion on alpha-version of our MySQL Client Some people ask what is the point of yet another My SQL client (there are dozens of them). We see our niche as low cost solution-a set of several tools with everything a web-master might need. It …

Member Avatar for Gary King
0
163
Member Avatar for zeemo

Hi, As the title suggests,I've fdisked and formatted the drive of a toshiba 1800-814 laptop and in the process of installing XP Pro - genuine copy. It gets to 9 minutes to go on the GUI setup but then shuts down to standby mode. Now I cleaned the disk, tried …

Member Avatar for MartyMcFly
0
167
Member Avatar for Acidburn

Hello, currently the only way i've found that I cn do a ".H" file in borland is to create a GUI one rather than a console bsaed *.exe file. When I do that it keeps generating errors.... There must be a way in Borland that I can split up class's …

Member Avatar for Narue
0
108
Member Avatar for bcheath_1

Hi, I am working on a project that entails one beast of a database. A friend asked me to write a program into which he could catalog all of his cards by sport and then further by player, team, manufacturer, etc. The tools I will be using: 1) MS Access …

Member Avatar for cpopham
0
193

The End.