
How can I pass a menu through the properties of my ocx ?
I'm creating a little ocx that need to access to a menu (created in
the main application).
How can I pass this menu to my OCX ?
During my test :
I already pass a string containing the name of the menu.
But I don't know how to have a variable of type menu containing
my menu with this menuname ...