06-25-2010 04:45 AM
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,
06-25-2010 06:04 AM
06-25-2010 09:04 AM
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.
06-25-2010 07:53 PM
LabVIEW Scripting: http://decibel.ni.com/content/community/zone/blog/2009/09/08/labview-scripting
Mouse Position: http://zone.ni.com/devzone/cda/epd/p/id/2886
06-25-2010 07:54 PM
LabVIEW Scripting: http://decibel.ni.com/content/community/zone/blog/2009/09/08/labview-scripting
Mouse Position: http://zone.ni.com/devzone/cda/epd/p/id/2886
06-26-2010 12:58 AM
The autohotkey.com seems great, but is it possible to move the mouse to a certain point, thanks.
06-26-2010 02:30 AM
Its possible to set the position of the pointer of the mouse by calling the dll
Check this VI
06-26-2010 02:07 PM
@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
.