Menubar

J

john bruen

How do I get rid of the "Type a question for help" and the
min/max button on the built in Menubar? I tried creating a
custom Menubar with a macro and it's still there.
 
V

Van T. Dinh

In VBA, use:

Application.CommandBars.DisableAskAQuestionDropdown = True

HTH
Van T. Dinh
MVP (Access)
 
J

John Bruen

Van

Thanks that worked. Is there anyway to get rid of the
MIN/MAX button next to it? I'm able to hide it on the
form, but I can get rid of the application MIN/MAX.

Thanks for the help in advance
John
 
V

Van T. Dinh

I don't think you can do remove the Restore button of the Access application
window since it is part of the Windows OS interface. The only possibility
is to use Win API but I am not sure how.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top