1,034 Posted Topics
Re: Great news. Hope everything goes your way and you get to do what you want. Good luck finding a laptop ;) | |
Re: [QUOTE=Embeza]Hey, Your replies are annoying me. Annoying people is much simpler than building them. This is not expected from a professional. Plz try to be friendly. Try to help me rather. with regards:-|[/QUOTE] What's annoying is you can't do a simple calculator program and you want someone else to do … | |
Re: When the page is repainted the whole thing will be repainted, so spliting into sections will not help. Somehow, you'll have to keep static variables to tell your applet what to paint. That shouldn't be so hard. | |
Re: Are you sure the average is not the gallons/miles instead of the other way around? | |
Re: I have done your homework for you. Please tell me where to send it so you can send it to your professor and get credit for something you didn't do. | |
Re: I think it depends on the type of application. Java is similar to C++ in style, but you'll notice a speed difference on desktop apps right quick ;) I'd recommend going for .NET unless you're doing some huge applicaiton like photoshop or something. | |
Re: Have you tried setting a virtual directory? What's the exact error message? | |
Re: Dim Var1 as string = Me.ListView1.SelectedItems(0).SubItems(0).Text ... Dim Var5 as string =Me.ListView1.SelectedItems(0).SubItems(4).Text | |
Re: First of all, try to make your sentences more clear so I can understand. Secondly, are you sure the client has established a connection? | |
Re: [QUOTE=Narue]Just out of curiosity, do you post threads like this because you're incapable of coming up with something original? I sure hope not. It would be a truly sad existence if your only claim to fame is as a middle man providing links to other people's work.[/QUOTE] I know something … | |
Re: [QUOTE=ricky0161]those who are fussy don't get no pussy lol[/QUOTE] :lol: :lol: Thumbs up! | |
![]() | Re: Are you talking about providing a application that allows plugins (ie skins)? |
Re: What do you mean by interactive? I'm not sure that you can really have such a thing in learning programming. I believe there are some courses that's offered by various companies, but be prepared to pay up to 2K. The best way to learn programming is by picking up a … | |
Re: Bjarne's book 'The C++ Programming Language". It has PLENTY of tough exercises at the end of each chapter. Some of them aren't exactly easy. | |
Re: A intro class won't teach you anything. Grab a book and study yourself. | |
Re: I belive they will go down. I don't think Vista is going to be a big hit at all, but rather turn people away with it's huge price tag and insane security checking. | |
Re: Cool problem. We should see who can come up with the best programmatical solution ;) | |
Re: [QUOTE=Vixey69]So how witless am I?.... :lol:[/QUOTE] You should be slapped for missing number five. | |
Re: [QUOTE=ytregnn] Is there any easy way to do this, or is hacking the final solution? [/QUOTE] Not doing it is the final solution. | |
Re: blogs don't interest me at ALL in any. I don't know why, but I find the concept to be very weird. I'd rather write a tutorial or do something constructive. | |
Re: It's my understanding that ::ate places you at the end of the file and allows you to write data anywhere in the file, however, writing to a specific location overwrites what was previously there.. I believe you use seek() or something with that method, but I doubt that's what you're … | |
Re: Create scrollbars that with swing constants that suit you, then setWrapStyleWord(true) to the text area. Then add the JTextArea TO THE JSCROLLBAR. (Then the scrollbar to the container) | |
Re: I'll wait to see what they post here: [url]http://www.daniweb.com/techtalkforums/thread48047.html[/url] | |
I have the following simple piece of code: [code] double new_amount; printf("Enter an amount: "); scanf ("%d", &new_amount); [/code] For some reason, it always give me zero as the new_amount no matter what I input. What exactly am I doing wrong? Also, is there a way I can do a … | |
Re: I never heard of it, but a simple google search brought me to some robot. Don't know why that will help you learn Java when it's real use isn't relating to robots. | |
| |
Re: [QUOTE=vinahorse78][INDENT] [INDENT]Hi all, I 'm writing a small program called ATM (Automatic Teller Machine) connected to Microsoft Access Database in Java. The program is complied without no fault, Howerver it doesn't display Form which I can enter user information (such as: accountnumber, pin,...). It shows: "Usage: Java ATM databaseDriver databaseURL, … | |
Re: I'm a terrible driver. I always have something going on in my mind and I forget about the road. There's been several times I've come close to running a red light... There are also some beutiful babes near where I live so I'm always staring at them rather than the … | |
Re: MAXIMUM PC is the best. I subscribe to PC magazine, Maximum PC and Fortune... Max PC is excellent for the latest hardware and techy stuff and Fortune for business. | |
Re: What's the nature of the program? Are you trying to connect to something? Can you post the exact error message if there is one? | |
Re: [QUOTE=Vada]I really need help in computer projects can any one suggest me where to get computer projects please send in my mail .In case you are having one please attach it and send it in my mail. Hey it is dam URGENT my school is going to open within two … | |
Re: From what I remember, you can package the framework in your application, but I believe you need some sort of license... I could be wrong about that since it's been about 3 years. | |
Re: It'd be tough to implement a custom algorithm, I think. You're best bet would be to find some third party/open source frameworks for P2P... | |
Re: Sleep or prompt the user? BufferedReader.readLine()? | |
Re: Passing arrays is always a pain. I like how Dave just kept it in the public member section... Works out easier that way. | |
Re: Here's a search query on loop structures: [url]http://www.google.com/search?hl=en&q=java+looping+structures&btnG=Google+Search[/url] | |
Re: Uncomment those lines and everything should work fine. I would recommend making them public, though, because after all, it is an interface. Override all the methods in a concrete class. | |
![]() | |
Re: [QUOTE=crock08]Can someone please, please assist me with a java problem I'm having for an assignment in my class. I'm completely lost in this class, have about 1 week left and just need help writing a basic program. Here it is... Any help would be greatly appreciated. create a Java application … | |
Re: Which loop statement? What is the exact line and exact error? |
The End.