In this stage, we will create a simple window, and show you how to
run it just like any of your other applications.
Click in the centre of your dialog box. A calendar should appear in the dialog box.
Lots of messages will appear in the debug window at the bottom
of the screen, telling you exactly what the compiler is doing.
Then the window you've just designed will appear on screen, just
like a real windows application. This is your program running!
Click on the system menu (top left corner) and click on "About..."
A dialog box appears with program information. (This dialog box
was created automatically by Visual C++)
Click on either OK or Cancel, or the X (top right) to close your window.
Visual C++ has created a number of files in this directory, all
related to program output. The one EXE file should have the
same name as your project, and double-clicking on it will run your
program.
You can now create a shortcut to this program, and place it on the desktop, in another directory, or on the start menu.
Next: Designing a window