Placing a Menu Bars in a form

filo65

Registered User.
Local time
Today, 11:28
Joined
Oct 22, 2004
Messages
38
Hi,

I wonder if someone can help me. I'm looking to put a menubar for a specific form IN the form itself (like in VC++); I have been looking around for a solution but I couldn't come up with anything.

Any suggestion is welcome?

Thank you in advance

Filippo
 
Hi

You must create the menu bar with macros then add that menu bar at the form property "menu bar"

If you can use a tools bar to do what you want...it's simple...
create a new costumize tool bar
the add tha tool bar at the form property "tool bar"

Can be ither ways... i do like this :)
 
The programming of the menu bar and the assignment to the Menu Bar property are solution I tested already, without success.

Doing this, and as you suggest, you get the MenuBar linked to the form but NOT IN the form (it is a small but significative difference!!)

Filippo
 

Users who are viewing this thread

Back
Top Bottom