LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Run CVI exe fullscreen

I want running exe on maximize.It will running like game.No title,no menu,no Windows taskbar. I try SetPanelAttribute (panelHandle, ATTR_WINDOW_ZOOM, VAL_MAXIMIZE),it just like click maximize on titlebar. The windows taskbar always show at top.Is any way to Hide it?And how to avoid users switch another porgrams? Thank you for your recommend.
0 Kudos
Message 1 of 3
(3,508 Views)

You should carefully look at the online help for DisableTaskSwitching () function, that offers you an approach on how to obtain your goal.

Take a look also at \samples\apps\lockout\lockout.prj sample project.

Message Edited by Roberto Bozzolo on 11-07-2008 02:28 PM


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 3
(3,507 Views)
Thanks.I am a novice.
0 Kudos
Message 3 of 3
(3,481 Views)