LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can LabVIEW track the cursor, even when LabVIEW isn't the active application?

I'm using LabVIEW 8.2 on WinXP. I could use a Visual Studio .NET language if desperate.
0 Kudos
Message 1 of 3
(2,368 Views)
WindowXP send mouse move message only to the active application.
 
You can poll the cursor position from time to time using Input Device VIs.
 
Or you can use c/c++ hook technique to capture the mouse move message.
 
 
George Zou
 
 
George Zou
Message 2 of 3
(2,363 Views)
Your cursor polling idea with the Input Device VIs works great here, thanks. I didn't have to figure out the c/c++ hook technique!
 
0 Kudos
Message 3 of 3
(2,351 Views)