
|
|
Win32
|
|
Page :
1 |
No.
|
Title
|
Description
|
Keywords
|
01. |
What Is Win32?
|
A description of what Win32 is and how it is used. |
None |
02. |
Setting Up Your Environment
|
How do you set up your environment to use Win32? |
None |
03. |
WinMain Function
|
How do you create the WinMain function to start your Win32 program? |
WinMain, HINSTANCE, LPSTR |
04. |
Message Boxes
|
How to display message boxes for notifications and prompts. |
MessageBox, MB_* |
05. |
Creating Windows
|
How to create windows. |
WNDCLASSEX, LoadIcon, LoadCursor, HWND, HBRUSH, RegisterClassEx, CreateWindowEx, ShowWindow, DefWindowProc, CS_*, WS_* |
06. |
Message Loop
|
This explains the windows message loop and explains how messages are processed. |
CALLBACK, WPARAM, LPARAM, WM_*, GetMessage, TranslateMessage, DispatchMessage, MSG |
07. |
Keyboard Input
|
This explains how to retrieve and process keyboard input. |
WM_KEYDOWN, WM_KEYUP |
08. |
Mouse Input
|
This explains how to retrieve and process mouse input. |
WM_LBUTTONDOWN, WM_RBUTTONDBLCLK, WM_MOUSEMOVE |
|
All Rights Reserved, © Zeus Communication, Multimedia & Development 2004-2005
Read the Disclaimer
|
|
What tutorial would you like to see next?
|
Useful Books :
|
Link to ZeusCMD
|
|