LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I make the mouse pointer disappear when running a Labview VI?

I would like to make the mouse pointer disappear when running a full screen Labview VI. This application is being run remotely so I cannot manually move the mouse pointer off the screen. I've set my Windows mouse pointer to disappear, but Labview takes over and creates its own pointers while I am "mousing over" a Labview screen. Please let me know if there is a solution. Thanks.
0 Kudos
Message 1 of 3
(2,867 Views)
Try to call a Windows API routine (in your LV application) to solve this either disabling mouse pointer or changing the icon with an empty one - you can search for those routines in MSDN Library.
Also, try to consider for remote controlling the use of Microsoft NetMeeting (it is a great tool to control a remote computer the same as if you have it on your desk)
0 Kudos
Message 2 of 3
(2,867 Views)
Mike,

Try the attached vi.

Eric
Message 3 of 3
(2,867 Views)