Giving Your Form a New Title

How to:

When you ran your application, you probably noticed that the title bar said "Untitled." You can change this so that your application displays a more useful title at run time.


Top of page

x
Procedure: How to Give Your Form a Title
  1. Deselect all controls in your form (that is, click anywhere in the form that is not a control).
  2. In the property sheet, scroll down to the Title property and select it.
  3. Change Untitled to Add a New Member.

Properties dialog box

If you wish, save your work and deploy and run your application to see how it looks. Make sure to close the application afterwards before continuing the tutorial.


WebFOCUS