LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to pass mouse location and click event information to the OS from LabVIEW

Normally mouse info/event goes from the OS to LabVIEW (or other program).  I want to do the opposite.

0 Kudos
Message 1 of 3
(2,646 Views)
What OS? If it's Windows, you need to use the Windows API, like "SendMessage" or "SendInput".
0 Kudos
Message 2 of 3
(2,638 Views)
As a quick followup, for more information on calling the Windows API from LabVIEW, please consult this KnowledgeBase article.

Best regards,
-Sam F, DAQ Marketing Manager
0 Kudos
Message 3 of 3
(2,616 Views)