08-02-2005 10:52 AM
08-02-2005 11:15 AM
08-02-2005 12:22 PM
Altering the _default.pif file didn't seem to have any effect on minimizing the window. Perhaps I am doing something wrong? I right clicked on the file and on the 'Program' tab I set 'Run' to 'Minimized'.
If this is the correct way to do it, any other suggestions?
08-03-2005 04:27 AM
I haven't tried it myself, but according to CVI help the system() function call should have picked up the settings in the .pif file. The CVI help for LaunchExecutableEx() suggests that you can pass a parameter (LE_HIDE) to control the state of the window for the external application - maybe you will have more luck with this function instead of system().
JR