LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

menubar and toolbar enveloped by the childpanel

I use :GetPanelAttribute (mainPanel, ATTR_SYSTEM_WINDOW_HANDLE, &parent);

          GetPanelAttribute (mlsPanel, ATTR_SYSTEM_WINDOW_HANDLE, &child);

          oldparent = SetParent((HWND)child, (HWND)parent); to create an mainPanel and a childPanel.

 

For the mainPanel ,it contain the menubar and the toolbar,when I load the childPanel and move it,or

 

click the maximize,the menubar and toolbar for mainPanel enveloped by the childpanel.I want the

 

menubar and toolbar on top of the childPanel,can you tell  me  what I shoud do?

 

444.JPG

333.JPG

Message Edited by tonwelzt on 04-16-2010 01:14 AM
0 Kudos
Message 1 of 1
(2,954 Views)