STRUCTURE OF A WINDOWS PROGRAMMING
The Essential Two modules of the Windows Program
WinMain()
WndProc()
Inclusion of the header file windows.h
A call to WinMain() where the program execution begins.
Specific menu creation and menu descriptions stored in a resource
script file.
Optional creation of the applications dialog boxes.
Optional creation of Icons, Cursors and Bitmaps.
Defining the project.
Compiling and Linking all related files.
Debugging.