Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Menu Bar and Toolbar Question 1

Status
Not open for further replies.

nag9127

Technical User
Mar 15, 2007
76
US
I have cretaed a form driven menu system for an application that works independently of any menu bars or toolbars. Is there a way that I can disable and remove existing menu bars and toolbars so that only my form menus appear? Thanks for any help!!!
 
How are ya nag9127 . . .

On the menubar [blue]Tools[/blue] - [blue]Customize[/blue] and remove all checked boxes . . .

Calvin.gif
See Ya! . . . . . .
 
Thanks The AceMan1....

I have unchecked all but "Menu Bar". It won't allow me to uncheck that item!
 
I just checked the allow showing/hiding checkbox and now I can remove it. Thanks for your help TheAceMan1.
 
One other problem. I want my program to open with all menu bars unopened Even though I hide the Menu Bar, it reappears after I exit and reenter the program. Any way to have it not show by default?
 
nag9127 . . .

OK . . . then you need to run:
Code:
[blue]   CommandBars("Menu Bar").Enabled = False[/blue]
Note: this affects the access application and the [blue]Menu Bar[/blue] [blue]will remain hidden until its enabled![/blue]

Calvin.gif
See Ya! . . . . . .
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top