Tutorial Three: The Image Viewer

In this tutorial, we build a simple image viewer.

Part One

Startup:
Adding Components:

Adding the Code:

Now we need to generate the event handlers for the menu items. There are several ways of doing this. We will demonstrate two of them here.

Adding the event handler:

We will now add some code to these event handlers.

Adding code for the event handlers:

This is the code that handles the display of the images. We will create ImageFrame in Part Two.

Save the form from the File menu, and close the Form Editor.

In Tutorial Three: Part Two, we will build the ImageFrame.

Beginning Prev Next