Win32 Programming Lessons



Unique Visitors:
5,450
Your IP Address:
38.107.191.106
Video Game Rentals Delivered to Your Door






These tutorials are just pretty much the basic windows programming you need to create a window for DirectX or OpenGL.


ID
Title
Description
1
What is Win32 Explains what Win32 is all about.
2
Setting up a Win32 Environment Step-by-Step tutorial Explaining how to set up a Win32 Environment.
3
WinMain function
And MessageBox
Begin Coding a Win32 Project and learn about messagebox's.
4
Creating a Window Learn how to set up and display a window with a message loop to keep the window displayed.
5
Keyboard/mouse input We'll be adding in code to detect keyboard and mouse input. This tutorial adds on to the code in the last tutorial.