This section contains tutorials for various topics that we will not be covering as a class. Some of these will be necessary depending on what you should choose for your final project. You are encouraged to work through them in your spare time.
Make sure you understand how the coordinate system works on a Form before you attempt these tutorials.
This will show you some more advanced functions for when you want to work with Strings. This will help with games involving text manipulation, like Hangman.
Want to store lists of items, and allow the user to easily select from the list? Combo and Listboxes might be for you.
Do you want to be able to open a web page within your program?
Draw basic shapes on your controls. Add animations.