Giving Your Form a New Title

How to:

When you ran your application, you probably noticed that when hovering over the form with the mouse, the tooltip said Form1. You can change this so that your application displays a more useful title at run time.

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 Properties panel, change the Title property to Add a New Member, as shown in the following image.


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