Developing an Application in Visual PL/B
It takes just a few minutes to build your first Visual PL/B application. You begin by defining a project within the Sunbelt IDE. You then create the user interface by "drawing" controls, such as text boxes and command buttons on a form. Next, you set properties for the form and controls to specify such values as captions, color, and size. Finally, you write code to bring the application to life. The basic steps you take in creating your first application will show you principles that you'll use with every other application you develop.
This chapter provides an overview of the application development process, describes the terms and skills you need to use PL/B, and takes you step by step through several simple applications.
Topics:
|
A comparison of PL/B and traditional programming languages. | |
|
A guide to launching the IDE. | |
|
Information regarding project option that allow you to tailor the IDE to the way you work. | |
|
An introduction to the PL/B IDE and tools. | |
|
A description of the Project window of the IDE | |
|
Information regarding the editor that controls the source editing process. | |
|
A list of the IDE shortcut keys that provide quick access to the IDE functions. | |
|
A guide to using the editing window | |
|
An introduction into the IDE's program profiling feature. |
![]() |