09-08-2011 09:26 PM
I'm on Win7 platform. My menubar is only display aft i run the LoadMenuBar() function. I wish to see it during edit mode too.
Solved! Go to Solution.
09-08-2011 11:40 PM
When setting panel attributes in the UIR editor you can associate a menubar to it: this way the menubar is displayed on the panel while editing the UIR.
At runtime, you no longer need to load and install it on the panel with LoadMenuBar. In case you need to retrieve its handle to access menu functions you can use GetPanelMenuBar function.
09-09-2011 12:37 AM
Thanks. Did double clicking to open that box.