Platform SDK: DirectX

Step 1: Create the Form

[C++]

This section pertains only to application development in Visual Basic. See DirectDraw C/C++ Tutorials.

[Visual Basic]

The Tutorial 1 blitting sample is a standard .exe project with a picture box control placed on the form. The picture box control is placed with the top left corner of the picture box with the top left corner of the form. This picture box is used to display the bitmap image of the application and is named Picture1.

Next: Step 2: Declare Module Level Variables