02-01-2006 10:27 AM
02-02-2006 10:59 AM
You can do this via the ActiveX interface. LabView for example has an ActiveX interface, so you can control LabView or a VI via thsi interface from CVI.
Here you can find more information and examples:
http://zone.ni.com/devzone/devzone.nsf/webcategories/A247F2BD6FD11D8D862567A90058B72D
02-02-2006 11:22 AM
Martin.
02-02-2006 08:41 PM
02-03-2006 01:49 AM
anguyen741 wants to start AND CONTROL another application, for example LabView.
If you only want to start another application I agree with you Kumar, that LaunchExecutable is easier to use. If you want to control the application, LaunchExecutable lets you only pass parameters to the exe, nothing else. When the application is running, and you want to control it from CVI, then you have to use ActiveX.