Hi Folks
I am trying to develop a stand-alone tool using LabVIEW 7.0. My application interfaces with atleast 2 external executables which in turn talk to hardware. I use system exec.vi and activeX to run the external software. There are always run-time pop-ups from these external packages. I've tried using various options (run minimized, windows - hide window.vi, minimize window.vi and so on). These do not seem to suppress the pop-ups. My guess is something inside these routines have an option like 'make it front-most' or something like this. Is there a way that I develop my stand-alone application such that there are no other pop-ups other than what I want to pop-up ? I am guessing there must be a clean way to make a stand-alone tool like developing a package for a company or so. Let me know guys. Thanks !