Posts
 
Reputation
Joined
Last Seen
Ranked #788
Strength to Increase Rep
+6
Strength to Decrease Rep
-1
100% Quality Score
Upvotes Received
15
Posts with Upvotes
5
Upvoting Members
14
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
6 Commented Posts
7 Endorsements
Ranked #260
Ranked #2K
~120.76K People Reached
About Me

IT Specialist - U.S. Army

Interests
graphics, computers, programming, weight lifting etc
Favorite Tags
java x 25
c# x 17
c++ x 5
c x 4

108 Posted Topics

Member Avatar for shantuli

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 …

Member Avatar for zunam
-5
81K
Member Avatar for smapira

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 …

Member Avatar for Theirligh
0
694
Member Avatar for Ghost

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.

Member Avatar for vasanthmc2
1
10K
Member Avatar for luckydude

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.

Member Avatar for geric823
0
939
Member Avatar for fkhaeer

What? You want to be able to select part of an image so the user can have further usage? Please rephrase ;)

Member Avatar for JerryShaw
1
192
Member Avatar for Dark_Omen

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.

Member Avatar for bbauraj
0
634
Member Avatar for Ghost

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.

Member Avatar for masijade
0
614
Member Avatar for Iron_Cross

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 …

Member Avatar for Ancient Dragon
11
1K
Member Avatar for JTroopSoldier

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.

Member Avatar for smokewire
0
220
Member Avatar for fakespike

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

Member Avatar for anu07
0
799
Member Avatar for Alhilali
Member Avatar for aeinstein

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 …

Member Avatar for flexsmith093
0
353
Member Avatar for Elektro

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

Member Avatar for gOdfLesH27
-1
129
Member Avatar for kavitha

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. :)

Member Avatar for ithelp
0
148
Member Avatar for adityabakle

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.

Member Avatar for omgargatte
0
112
Member Avatar for vegaseat
Member Avatar for AlPhA

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 …

Member Avatar for schizoman
0
517
Member Avatar for JC7

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

Member Avatar for nicentral
0
194
Member Avatar for omnis

You can do it with the Session and Application objects...but it's better if you use Cookies or GET/POST methods.

Member Avatar for f1 fan
0
228
Member Avatar for Mix
Member Avatar for TylerSBreton
0
177
Member Avatar for jack19

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.

Member Avatar for jwenting
0
144
Member Avatar for Iron_Cross

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 …

Member Avatar for Ancient Dragon
0
199
Member Avatar for giles

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.

Member Avatar for Covinus
0
363
Member Avatar for tenbellys
Member Avatar for ilovcars
0
212
Member Avatar for Deepa

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.

Member Avatar for HrishiR
0
880
Member Avatar for c#bird

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 …

Member Avatar for str_kani
0
942
Member Avatar for samaru

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

Member Avatar for chrisranjana
0
820
Member Avatar for Iron_Cross

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 …

Member Avatar for amirmi
0
142
Member Avatar for Iron_Cross

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]

Member Avatar for Paladine
0
77
Member Avatar for Dark_Omen

Don't quote me on this, but it might have something to do with making it a service, rather than an application.

Member Avatar for Kapatsos
0
604
Member Avatar for Iron_Cross

Because of some suggestions, I'm going to try to gather some good programming resources in this thread. If you know any good websites, either post them here, or PM me and I'll add them to this post. [b] Tutorials, Books, Utils, Misc[/b] [list] [*] [url]http://www.techbooksforfree.com/[/url] (Free Books) [*] [url]http://www.freeprogrammingresources.com/books.html[/url] (Tutorials) …

0
131
Member Avatar for CSharp-DG

You need to post specifc problems, not just "Help Me". Plus, your deadline is already up, so this is just for future reference.

Member Avatar for Gargen
0
157
Member Avatar for silkfire

[code] int[] x = y = z = new int[10]; // or I THINK this works too int[] x, y, z = new int[10]; [/code]

Member Avatar for r0ckbaer
0
2K
Member Avatar for belama

I've never actually done that, but I'm guessing you're going to have to create some sort of BinaryStream then create a file out of that, then use the BitMap.LoadFromFile() method to load the picture....I'm not actualy sure though.

Member Avatar for belama
0
198
Member Avatar for Paul.Esson

What do you mean? I would just open up something like Visual Studio .NET and start with what I normally call "MainForm" which is the main GUI, then create the main functionality on there and create a main menu with all the different things the user can do, then go …

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

Actually what you should do is add an event handler to either the Load event or the VisibleChanged event. It all depends on if you want the code to execute [b]every[/b]time the form is shown, or [b]only the first[/b] time the form is shown. Obviously, use Load if you only …

Member Avatar for Iron_Cross
0
332
Member Avatar for c#bird

I think you need to invoke a method on a client computer that calls the Directory.GetFolders() (can't remember if it's Directory or DirectoryInfo) method and pass an argument of type SpecialFolder which is an enumeration and contains different values for "Desktop" and the like.

Member Avatar for Iron_Cross
0
183
Member Avatar for smitdso

have you ever looked at [url]http://sf.net/[/url] there might some projects there you could join.

Member Avatar for Iron_Cross
0
127
Member Avatar for missdiva

A programming language derived from C++ (which implies C as well) with focus on Object orientation and a runtime environment.

Member Avatar for Iron_Cross
0
205
Member Avatar for RLG

Something fairly simple woudl be a Chat Bot. Something that you type stuff two and it responds based on your input. You could do it command line, or you could make a swing application.

Member Avatar for TheSam
0
251
Member Avatar for Fiyona933

You're probably going to want to use C. Since it can be low level or high level. I don't know of any books on the subject though.

Member Avatar for Koteswar
0
166
Member Avatar for Ghost

What is the code you're running. I think I might know what your problem is, but I have to see the code you're using to confirm my suspissions.

Member Avatar for nanosani
0
463
Member Avatar for nelly_1005
Member Avatar for G-Zola

Read about the ProcessInfo and ProcessStartInfo classes. Also, you could check into some of the win32 API functions that might be able to help with this task.

Member Avatar for Iron_Cross
0
136
Member Avatar for Pmaster

It depends, what's your situation? You can use stuff like PInvoke to call stuff from the Win32 API. Or you can add references to COM components and call their methods directly. It all depends on what you want to do.

Member Avatar for Iron_Cross
0
120
Member Avatar for server_crash

Strings are immutable. Meaning you can NEVER change them. So if I do this: [code] String s1 = "Pig"; s1 += "Horse"; [/code] I've just made 3 permenant strings. I've made "Pig" "Horse" and "PigHorse". All strings are constants, so they will never be changed. When you change a reference …

Member Avatar for Paul.Esson
0
332
Member Avatar for Dark_Omen
Member Avatar for Dark_Omen
1
385
Member Avatar for kosmoe

I normally just extract to a temporary folder, like C:\tmp\ then after I install, I just delete all of c:\tmp\ Those files are just install files, so it really doesn't matter where you put them. I wouldn't suggest extracting them to your desktop though, because sometimes there is several thousand …

Member Avatar for Iron_Cross
0
107
Member Avatar for belama

Have you tried msdn.microsoft.com or the .NET SDK Documentation? Both of those provide good explanations...I prefer msdn, but to each his own.

Member Avatar for Iron_Cross
0
129
Member Avatar for flip680

Can't forget [url]http://www.thewebmachine.com/[/url] that's an awesome site that i love using! or just search google, you will find thousands of good tuts :)

Member Avatar for adamreno
0
155

The End.