GameTutorials Win32 Tutorials

This section lists the Win32 tutorials in recommended reading order.  The Win32 API is created and maintained by Microsoft.  The Windows operating systems is a collection of “windows” and the Win32 API is used to create, process, and display “windows”.  It is recommended that you have a solid understanding of the C/C++ language before learning the Win32 API.



Photo Product Manufacturer SKU More Info
First Win32 Program GameTutorialsW32_001  
Device Context GameTutorialsW32_002  
Color Text GameTutorialsW32_003  
Keyboard Input GameTutorialsW32_004  
Keyboard Input Part2 GameTutorialsW32_005  
Mouse Input GameTutorialsW32_006  
Mouse Input Part2 GameTutorialsW32_007  
HPEN GameTutorialsW32_009  
HBRUSH GameTutorialsW32_010  
Drawing Shapes GameTutorialsW32_011  
Full Screen GameTutorialsW32_012  
Full Screen Part2 GameTutorialsW32_013  
Horizontal Scroll Bar GameTutorialsW32_014  
Adding an Icon GameTutorialsW32_015  
Adding a Cursor GameTutorialsW32_016  
Menus GameTutorialsW32_017  
Menus Part2 GameTutorialsW32_018  
Dialog Boxes GameTutorialsW32_019  
Dialog Boxes Part2 GameTutorialsW32_020  
Opening Files Using a Dialog Box GameTutorialsW32_021  
Edit Box GameTutorialsW32_022  
Drag and Drop GameTutorialsW32_049  
Loading a Bitmap GameTutorialsW32_023  
Loading 24-Bit and 32-Bit BMP Files GameTutorialsW32_038  
Loading a Bitmap as the Background GameTutorialsW32_024  
Moving a Bitmap GameTutorialsW32_025  
Displaying Multiple Bitmaps GameTutorialsW32_026  
Double Buffering GameTutorialsW32_027  
Scrolling Background GameTutorialsW32_029  
Fire GameTutorialsW32_030  
Animation GameTutorialsW32_031  
Animation Part2 GameTutorialsW32_032  
Animation Part3 GameTutorialsW32_033  
Loading 8-Bit BMP Files GameTutorialsW32_036  
Tile Maze GameTutorialsW32_034  
Loading 8-Bit BMP Files Part2 GameTutorialsW32_037  
Loading PCX Files GameTutorialsW32_035  
Loading 24-Bit and 32-Bit TGA Files GameTutorialsW32_039  
Playing MIDI Files GameTutorialsW32_040  
Playing an Audio CD GameTutorialsW32_041  
Joystick Input GameTutorialsW32_042  
Collision GameTutorialsW32_043  
Collision Part2 GameTutorialsW32_044  
Vector Based Collision GameTutorialsW32_045  
Path Finding - Right Hand Rule GameTutorialsW32_046  
Depth-First Search GameTutorialsW32_047  
Path Finding - Shortest Path GameTutorialsW32_048  
Map Editor GameTutorialsW32_051  
Map Editor Part2 GameTutorialsW32_052  
Map Editor Part3 GameTutorialsW32_053  
Map Editor Part4 GameTutorialsW32_054  
Map Editor Part5 GameTutorialsW32_055  
2D RPG Part1 GameTutorialsW32_056  
2D RPG Part2 GameTutorialsW32_057  
2D RPG Part3 GameTutorialsW32_058  
2D RPG Part4 GameTutorialsW32_059  
2D RPG Part5 GameTutorialsW32_060  
2D RPG Part6 GameTutorialsW32_061  
 
 
 

 

 

 


 C
 C++
 Win32
 Direct3D
 OpenGL
 C#
 Java
 Free Tutorials