LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Vi to repeat mouse move and click

I may need to make many many file convert by hand.

 

Can I make a vi to record the mouse move and click, also with keyboard click, so that I can let the vi do the job.

 

Thanks,

0 Kudos
Message 1 of 8
(3,608 Views)

 

Try http://www.autohotkey.com/ mouse and keyboard macro recorder.

 

 

 

Sebster

Message 2 of 8
(3,599 Views)

A third-party tool like the one mentioned will work for automation, so trying to replicate what a tool like that does in LabVIEW is not worth the trouble.

 

However, what do you mean by "convert"? What kind of conversion are you doing? Perhaps the VI Server is sufficient for your purposes? Or perhaps you may need to look at the scripting API.

Message 3 of 8
(3,578 Views)

The autohotkey.com seems great, but is it possible to move the mouse to a certain point, thanks.

0 Kudos
Message 6 of 8
(3,539 Views)

Its possible to set the position of the pointer of the mouse by calling the dll

Check this VI

Somil Gautam
Think Weird
Message 7 of 8
(3,532 Views)

 


@alex. wrote:

The autohotkey.com seems great, but is it possible to move the mouse to a certain point, thanks.


Perhaps you should look over the documentation

.

 

Message 8 of 8
(3,513 Views)