LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

display full screen

I want to run and view my program in full screen mode

not to make the panel look bigger, but to use real full screen

how can i do it?

thanks

0 Kudos
Message 1 of 4
(4,577 Views)

SetPanelAttribute (panelHandle, 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?
0 Kudos
Message 2 of 4
(4,569 Views)

thank you but i didnt mean to stretched the panel so it will be bigger.

i want to do like real games.. full screen mode!

when you dont see the start button ,toolbar and desktop

0 Kudos
Message 3 of 4
(4,561 Views)

Setting the window zoom has the same effect of pressing the maximize button on a window: on Windows 7 the taskbar, if hided, won't show by moving the mouse to its position, but it will be shown if pressing Windows button ot Ctrl+Esc (see here for informations on taskbar auto-hide property).

 

Maximize.png 

 

You can also use the alternative methods described in this help topic.



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?
0 Kudos
Message 4 of 4
(4,555 Views)