Prev Index Next

Hello Win

Hello in a window

Hello in a window

Notes: This is the third example program in the book and is a more advanced version of the HelloMsg.c program. This one uses a window to display the hello string which involves defining, registering and creating a window class and also making a window procedure. The window class defines how the window looks and the procedure is a function that defines how it reacts to various messages.

Prev Index Next