How can i hide a toolbar of a form when there are menus and the form have caption?/??
Printable View
How can i hide a toolbar of a form when there are menus and the form have caption?/??
Im not sure if you are talking about the toolbar or the title bar here. The toolbar is a control that can be hided by setting it's visible property to false. The Titlebar can only be hided under designtime setting the forms borderstyle=0 and no menus can be available when in this mode.
Sorry, i think there was a typo error there when i specify toolbar, it should have been the title bar instead. :)
However, Is there any API Calls which can cause the titlebar to dissapear???:)