06-27-2016 03:54 PM
I just wanted to know if there was anyway or any VI that would allow me to access applications on my computer(ie. Word, LoggerPro, Dropbox,etc.) and control their respective functions with LabView. Would it be possible to do this? or any other alternative methods?
06-27-2016 04:00 PM - edited 06-27-2016 04:01 PM
LabVIEW can control another application using ActiveX properties and methods if they are ActiveX enabled. The Report Generation Toolkit is the main, recurring use of this functionality as it uses ActiveX to control Microsoft Office.
Cheers
--------, Unofficial Forum Rules and Guidelines ,--------
'--- >The shortest distance between two nodes is a straight wire> ---'
06-27-2016 07:43 PM
Other options I have seen include .NET interfaces, command line calls, and TCP communication. But ActiveX is the most common I have seen. Of course, this requires that the desired application has such an interface to it.