bar at the top of a window that contains the title of the window. For instance, a splash screen or a custom context sensitive menu are nothing more than VB forms without title bars. To make a form appear without a title bar set the following design-time and run-time properties.
Properties that must be set at design-time, they are read-only at
run-time:
ControlBox=False ' Turns off Control-menu: Restore, Move, Size,
Minimize, Maximize, Close
MaxButton=False ' Turns off Maximize button
MinButton=False ' Turns off Minimize button
ShowInTaskbar=False ' Hides window in Taskbar
'Properties that can be set at either run-time or design-time:
Caption="" ' Blanks window title
No comments:
Post a Comment