- Strength to Increase Rep
- +6
- Strength to Decrease Rep
- -1
- Upvotes Received
- 15
- Posts with Upvotes
- 5
- Upvoting Members
- 14
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
IT Specialist - U.S. Army
- Interests
- graphics, computers, programming, weight lifting etc
Re: Dude, 2 things. 1. Put your code into the code tags 2. Don't just give him the answer to his homework, what good will that do him. You can help him and give him clues, but don't just do it for him. Also, your code seems overly complicated and there … | |
Re: Do you know anything about the .NET framework? Or any of the languages used in it (C#, VB.NET, C++, ASP.NET[well that's kinda like VB and C#], J#, etc) if you know any of those you should be fine. Or they could be testing you on what the .NET framework provides … | |
Re: If you're application consists of of a main form (i.e. one created by using Application.Run(new Form()); ) then closing that form exits the application. Although, if you're doing it programaticly, then I wouldn't use that. | |
Re: C# For the absolute beginner is quite good. Really, I haven't seen that many "bad" C# beginner books. You just need to search amazon and you'll find like a thousand. Most of the time from reading the customer reviews you can find out a good amount. | |
Re: What? You want to be able to select part of an image so the user can have further usage? Please rephrase ;) | |
Re: try: [code] publicstatic Response Message(string doc) { XmlTextReader textReader = new XmlTextReader(doc); XmlDocument xmlDoc = new XmlDocument(); xmlDoc.Load(textReader); return Response.Message(xmlDoc); } [/code] If that doesn't work, post the xml document you're trying to read. | |
Re: jext.org was made in java...I believe netbeans.org was made in java. Those are not ones I made, but you'll see the capabilities of Java by looking at them. Java is a very powerful language, just put your mind to it. | |
I often see people asking the same question over and over, "How do I learn to program, and where do I start?" Some people may take that question to the next level by asking, "Which language should I learn first?". The answer to those questions is fairly simple, but also … | |
Re: Some other classes you could take the next year is some computer science classes. Those could give you a small taste of what the general idea is. Also, be sure you get plenty of math, it will help you tremendously. Good luck. | |
Re: on IRC, never abused it. In forums, never abused it (or not that I know of). On other stuff...I've used what I know against some people before...not to do anything bad or illegal, just to gain an advantage :P muwhahaha | |
Re: webmonkey also has some good tutorials if I remember correctly. Another book you might want to look at is The Complete Idiots guide to JavaScript. It's pretty good. Though I agree with csgal, I'd learn a 'real' language. This is not to say you can't also know JS, just don't … | |
Re: Do you mean an engine? If that's what you mean, then just search google for a Java Game Engine you'll find tons of free ones. Otherwise, I'm not sure I know what you mean. :P | |
Re: First outline what all you want the program to do. Then I'd go in and start implementing the structure of the system in coments and psuedo code. Then you can go in and fill in the blanks. But the main point is to FIRST PUT IT ON PAPER. :) | |
Re: Not that I know of, unless you're using something like a factory that would programatically choose from a list of predefined choices...You're going to need something to start with. | |
Re: [url]http://www2.latech.edu/~acm/HelloWorld.shtml[/url] | |
Re: Some good sites for php would be php.net webmonkey.com hotscripts.com (for example code) google.com (hehe, lots of stuff there) or get a book, some good ones are sam's teach yourself php in 24 hours beginning php Those are just some ones I liked. Ultimatly, PHP is a good language to … | |
Re: C# is also supported by more things. Such as language specific tasks, and ASP.NET. Where as C++.NET isn't. Not to mention the easy at which you can develope with C#. | |
Re: You can do it with the Session and Application objects...but it's better if you use Cookies or GET/POST methods. | |
Re: Yeah, C# doesn't support falling through on switch statements ;) | |
Re: So what are you wanting suggestions and guidelines for?! Are you wanting project ideas, general guidelines, what? You have to be more specific and tell us what you want help with. | |
I've been wondering about console programming. Not the book example type stuff, but the 'real' console programming. Stuff that seems to use things like ncurses, or something like that I assume. I found a good tutorial on what I'm looking for: [url]http://www.adrianxw.dk/SoftwareSite/Consoles/Consoles1.html[/url] but I'm wanting something that goes a little … | |
Re: Meh, flash isn't good for long term stuff. That's just my opion. I like flash for little cartoons and games and stuff, not applications. [url]http://www.daniweb.com/tutorials/tutorial16923.html[/url] Read that. | |
Re: You have to set the Visible property to false, or call the this.Hide() method. | |
Re: Huh? Do you want to check to see if someone uploaded the same image twice? You could check the filename and filesize...other than that I'm not sure what you're asking. | |
Re: You could use the Process or ProcessStartInfo classes to call the perl.exe process with the argument being the script. Then you could use the properties of said classes to see if the script is still running. To actually get info from it, you're probably going to have to write the … | |
Re: I've only used PHP out of those three, I like it a lot. It's got it's strengths and weaknesses. Though after reading your post, I think I'm going to look into ColdFusion since I'm mainly a Java programmer. Thanks for the post! :D | |
I've got a project going where I need to do some extensive searching, so I decided it would be best to put that code into a new thread. To make it a little more user friendly I decided to pop up a dialog box with a little animated image informing … | |
Here is the programming FAQ v2.0.1! If you see something to add, let me know and I'll do it. Consider this one a beta, because I'm not near done, but at least I'm further than I've been before :) [url]http://home.ripway.com/2003-12/42676/ProgrammingFAQv2.0.pdf[/url] | |
Re: Don't quote me on this, but it might have something to do with making it a service, rather than an application. |