I am new to LV (have 6.1). What I want to do is open up an external application when a certain LV action is performed (like a boolean button, or something similar), minimize the LV application (will use Application Builder here), and close it when a different LV action is taken (a different boolean button, or something similar). I need to keep the LV app running while this other app runs so I can perform other minor tasks simultaneously. The external app needs to close so the LV app can regain control of the serial ports, among other things.
From what I've gathered so far on LV and ActiveX, there's a set of things one can do. Lots of stuff with dialog boxes, and other things like that built into Microsoft, and MS programs (Excel being quite popular). This external program is a custom program.
Any ideas?