To Intro Notes

Directions for Win32API Example

 

  1. Create a new project named Win32API. Set the project type as Visual C++, Win32. Set the Visual Studio installed template to Win32 Project.

  2. In the Win32 Application Wizard, select Application Settings, Windows Application. Click the Finish button.

  3. Copy the Win32API source code and paste it into the project, replacing the existing source code.

  4. Click on the Start Debugging button (green triangle).

  5. 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.

  6. The application will show a window with white background and the word Hello in the center.