LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

programatically maximize a panel

How can I programatically maximize a panel to fill a computer screen of any display resolution? In other words, I want the panel to be maximized when the app is launched.
 
Thanks
MikeK
0 Kudos
Message 1 of 2
(2,742 Views)
You can use SetPanelAttribute (panel, ATTR_WINDOW_ZOOM, VAL_MAXIMIZE);


Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
Message 2 of 2
(2,732 Views)