LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to disable task bar through Labview?

Can anyone tell me how to disable task bar including start button of windows,while running labview application in Labview7.0.

 

 

Regards,

Vijtin

0 Kudos
Message 1 of 4
(3,034 Views)
I do not think there is a native way to do this.  However, you can probably use Call Library nodes to access the Windows core DLLs to do it (probably USER32.DLL).  A Google search should give you the proper DLL and call syntax.  You may have to do more than a single call.
0 Kudos
Message 2 of 4
(3,003 Views)
Are you trying to create some kiosk-like application? If so, you may want to search Google with that term as well.
0 Kudos
Message 3 of 4
(3,001 Views)

You actually can max the window so it covers the task bar. Then the only way to access windows is the task manager (this brings up the task bar again). Also uncheck properties like windows has title bars...

I just don't have all the settings in mind (and not at hand). But I did it before and it was only playing around with the vi properties... 

 

Felix 

0 Kudos
Message 4 of 4
(2,992 Views)