whats a good practice?

Post here about scripting and programming for HaloPC (audio, network, ai, etc.)
Post Reply
Supermodder911




Connoisseur Coroner

Posts: 1262
Joined: Sun Sep 03, 2006 10:43 pm
Location: Michigan

whats a good practice?

Post by Supermodder911 »

what is a good practice for a beginner/intermediete C# programmer?
Image
C Wizzle
User avatar
Prey




Connoisseur Snitch! Pyre Articulatist 500

Posts: 1026
Joined: Wed Dec 27, 2006 6:49 am
Location: UK
Contact:

Post by Prey »

  • Display one image on your form, and when you hold your mouse down on it and drag; the image moves also.
  • A form that has 3 buttons; red, green and blue, and one trackbar. The background is then constantly changing colour. Clicking one of the buttons stops/starts that colour from changing (red buttons stop/starts the red component from changing), and the trackbar controls the speed at which the background is changing.
  • Lets the user choose a folder, and then takes all files from that folder and displays then in a listview, icons as well. D-Clicking them opens them. If you want to get more advanced, display the folders as well, D-Clicking one displays the contents of its folder in the listview instead, so a 'back' button would also be necessary.
There you go, that was just some the stuff I made ages ago anyway.
Halo 2 Prophet - Skin with ease with the simple 3D point and click interface.
Halo 3 Research Thread - Contribute to the research into Halo 3.
OwnZ joO




Articulatist 500

Posts: 980
Joined: Thu Nov 10, 2005 4:24 pm

Post by OwnZ joO »

Also, going back to your code like a month later and realizing how badly hacked it is, and redoing it in a better, more efficient manner helps. Rewriting code(not really simple stuff) helps you get better, because you rethink it, and find better ways to do it usually.
Supermodder911




Connoisseur Coroner

Posts: 1262
Joined: Sun Sep 03, 2006 10:43 pm
Location: Michigan

Post by Supermodder911 »

its been a long two months but i have learned alot thanks to darkmetal, Tain7ed, Prey helped me a little one time and whoever else i forgot but i want to get back into halo programming being how i have a basic understanding of C#.
Image
C Wizzle
Post Reply