LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Disguised Windows task bar if executable is running.

Can you right click on the taskbar, select properties, then general tab, check auto hide option??
0 Kudos
Message 11 of 13
(974 Views)
You can use the Window Appearance settings to make a VI full screen, but this will still allow the user, for example, to click Windows+D to show the desktop. If you want to really block all user rights, you should probably do it in windows.

___________________
Try to take over the world!
Message 12 of 13
(970 Views)
You can tighten it down a bit more withinin LabVIEW by:
  • Making the windows modal. It will be above the windows task bar even if the task bar is set to "always on top".
  • Don't allow resize and minimize, fit window to screen, hide all windows decorations.
  • Filter all key presses with an event structure.
  • etc...

    Message Edited by altenbach on 06-03-2005 09:18 AM

  • Message 13 of 13
    (965 Views)