EXTRAS: from our fellow students


From CSS 450 Fall 2007:

·       MFC File Open/Save Dialog: here is a simple tutorial on working with the FileDialog by Michael Kimmich. If you want to save/load your project, this excellent tutorial will save you hours of banging your head against the wall!

 

·       Keyboard handler class: here is Neil Erdman’s update of the simple keyboard handling abstraction by Joshua Phillips (based on Chris D’Annunzio’s direct input tutorial, you should read Chris’s tutorial to know the proper header file to include and library to link with).

 

From CSS 450 Winter 2007:

·       Chapter 3 Step-by-Step guide: in C# and WinForm by Ethan Verrall (refer to the textbook link for details).

·       Selected tutorials from Chapter 4 & 5 in C# and XNA by Robert Stone (refer to the textbook link for details).

 

From CSS 450 Winter 2006:

·       Chapter 3 Step-by-Step guide: excellent guide by William Frankhouser (refer to the textbook link for details).

 

·       Keyboard handler class: here is a simple keyboard handling abstraction by Joshua Phillips (based on Chris D’Annunzio’s direct input tutorial, you should read this tutorial to know the proper header file to include and library to link with). Refer to Neil Erdman’s refinement from Fall 2007.

 

·       Project cleanup: here is a script (batch file) from Jason Sagmiller that knows how to clean up your project before assignment submission. Notice the script removes itself from the folder, so you may want to save a version somewhere else. As in all free software, use this at your own risk! :-)

 

·       Working with WTL (alternate GUI API): Tutorial by  Chris Traina.

 

From CSS 451 Winter 2005:

·       Here is Jordan Phillips’ ODE Tutorial. Here is his sample program (here is his final project report), and here is the C#/OpenGL source code to his system

 

From CSS 450 Fall 2003:

·       Limiting CWnd Size: Check out WM_GETMINMAXINFO (thanks to Adam Smith).

 

·       Working with Direct Input: Here is a short/clear/simple tutorial from Chris C’Annumzio on how to with MFC.

 

·       Getting fancy sound: You can choose from one of the following:

1.     FMod: Here is a short/clear/simple tutorial from Aleksandr Grinberg on how work with sound with FMod

2.     BASS: Here is a simple demo source code from James Jacoby on how work with sound with BASS.

 

From CSS 450 Fall 2002:

·       Creating Dialog based Application: Here is wonderful tutorial by Jason Pursell. There are some additional information on Jason Pursell’s home page.

 

From CSS 450 Fall 2001:

·        Sound without DirectX: Thanks to Kazuko Hass for showing me how, and to Steve Baer for the simple and detailed instruction we now know how to play .wav sound without downloading anything. Here is the documentation on the PlaySound() function that will play .wav sound files for us.