Form Window

  • Thread starter Thread starter Char
  • Start date Start date
C

Char

How do I set up a form so that no controls or menus appear
on the toolbar? I haven't been able to figure out how to
keep the menu bar from appearing, or how to disable
the 'X' on the top right of the window so that users can
only exit the form using the command button I've included.
Please help!!!
Thanks!
 
There will always be at least one menu bar visible in the application. You
can create a custom menu bar with no menus if you want a blank menu bar. To
remove the "x" button, set the forms "Close Button" property to false.
 
Back
Top