Using the SDK SetParent() to specify a panel as a child panel's parent
window, due to maxmize the child panel, it just zoomed within the
parent panel. now want to show child panel in the full screen,
how to do this? Thanks.
The parent panel I have made is no title bar, using LoadPanel(0,...) to
load another panel to memory, then using SetParent() to specify
it as the child panel of the parent. I'd like to know if can use
SetParent((HWND)child, NULL) to make the child panel no parent window?