I want to use my LabView program to start up another program. Is this possible? If so how is it done?
The program I have in mind is QuickTime. Will I be able to pass the name of the file I want it to play as an argument and specify where the new window will open?
Have a look at the System Exec VI in the communications palette. It will allow you to call the quicktime executable with command line options. As for the window position, you will probably need to call some OS API functions to control that (unless QT has a command line switch for it).
You could also place an ActiveX-container in a vi. So you can select a file and set the window position.
Just have a look at the simple attachment.
Hope this helps.
Thomas
Using LV8.0 -------------------------------------------------------------------- Don't be afraid to rate a good answer... 😉 --------------------------------------------------------------------