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?


Message Edited by tonwelzt on 04-16-2010 01:14 AM