Using forms without titlebars can be effective when used as About boxes
or simple Splash screens. To create forms without titlebars and windows controls, set the
form properties, either as code or in the Properties Window as follows:
Caption = ""
ControlBox = False
MinButton = False
MaxButton = False
Remember to set a menu property or form_click event to unload the form. |