Hi,<br><br> I'm executing an application using;<br><br>ExecuteFile('c:\xxx\yyy','','',Windows.SW_HIDE);<br><br> However the program doesn't appear to start properly. When I use<br>SW_NORMAL, SW_MAXIMIZE, or SW_MINIMIZE the program runs as expected.<br><br> Has anyone had similar experiences using HIDE? Ideally I don't won't<br>this program to be visible when it's running and unfortunately, it's not a<br>windows program so I can't set the Visible property to False.<br>