LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Get rid off parent panel limit

Hello,

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.


David
0 Kudos
Message 1 of 3
(3,025 Views)

Could you not maximise the parent panel as well (temporarily, if needed)? This would then increase the area available for the child panel to occupy.

JR

0 Kudos
Message 2 of 3
(3,023 Views)
Hi JR,

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?

David
0 Kudos
Message 3 of 3
(3,012 Views)