How do i hide the Title Bar of a form. Does anyone know the answer.
Printable View
How do i hide the Title Bar of a form. Does anyone know the answer.
In the properties of the form:
1) set ControlBox to False
2) and delete everything in Caption
Or, just set BorderStyle to None.