I'm not all the keen on placing Controls where they aren't
typically found like extra Command Buttons on the TitleBar, but that's what I'm currently facing.

I've added Objects to both the TitleBar and Toolbar, and now have a 'request' to place Objects on the MenuBar.

For the TitleBar and ToolBar, I found examples on the net and pulled the code into the project, all pretty straight forward.

But when dealing with a MenuBar, I can't seem to get it to work, and searching the web hasn't helped.

I don't get any errors when modifying the code from the ToolBar to the MenuBar, the object just doesn't show up when changing it's parent. It just sort of disappears.

My only thoughts are that using GetMenu doesn't return a Handle to the DC of the visible 'panel' that the Menu Buttons are seated on, so it doesn't get displayed.

Is there a way to know or get the correct Handle to a Forms MenuBar?

Thanks.