The controls

The IDE uses the controls which have been defined in the Win32Lib library. They are organised into five groups and are displayed tabs at the bottom of the design screen. The tabs are labelled:
Lets take a look at each now. If you move the mouse slowly over each image you will see the name of each type of control.

Controls

There are nine specific controls presented here. These are:

I do not intend to describe each of these in complete detail. You can look at the Win32Lib documentation for this.

Additional

There are ten specific controls on this tab. These are:

Input

There are four specific controls on this tab. These are:

Selection

There are seven specific controls on this tab. These are:

Extras

There are six specific controls on this tab. These are:

Next let's look at how to build a working program. I hope to offer some general tips of designing and executing solutions and the best strategies for delivering them.