To remove the name from the form's title bar, follow these steps:
- Open a form in Design view.
- If the property sheet is not displayed, on the View menu, click Properties.
- Type a space in the Caption property box.
- On the View menu, click Form View.
Note that the form's title bar has no name; however, it still has the Minimize, Maximize, and Close buttons.
To completely remove the form's title bar, including the Minimize, Maximize, and Close buttons, follow these steps:
- Switch the form to Design view.
- Set form's BorderStyle property to None.
- On the View menu, click Form View.
Note that the form's title bar is completely removed.