To Intro Notes
Directions for Win32API Example
 
- Create a new project named Win32API.  Set the project type as
Visual C++, Win32.  Set the Visual Studio installed template to
Win32 Project.
 - In the Win32 Application Wizard, select Application Settings,
Windows Application.  Click the Finish button.
 - Copy the 
Win32API source code and paste it into the
project, replacing the existing source code.
 - Click on the Start Debugging button (green triangle).
 - In response to the message box with the message
"This project is out of date. Would you like to rebuild it?"
click the Yes button.
 - The application will show a window with white background
and the word Hello in the center.