LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Cursor Coords

How do I obtain the cursor coords in LabVIEW 6.1 or 7.0 without using Event Structure?
0 Kudos
Message 1 of 2
(2,669 Views)
Hmm... I wonder why you do not want to use event structure (as it's available for both those versions), but, anyway, there is a couple of other possible solutions:
1) Overlaing interested area with a transparent picture control -> this allows you to use its "mouse" property (but, this approach imposes a number of limitations);
2) using a call to appropriate system utilities via dll (i.e. using "call library function" node)
Message 2 of 2
(2,669 Views)