Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Execute with SW_HIDE

Status
Not open for further replies.

gforrest

Programmer
Apr 26, 2000
39
CA
Hi,<br><br>&nbsp;&nbsp;&nbsp;&nbsp;I'm executing an application using;<br><br>ExecuteFile('c:\xxx\yyy','','',Windows.SW_HIDE);<br><br>&nbsp;&nbsp;&nbsp;However the program doesn't appear to start properly.&nbsp;&nbsp;When I use<br>SW_NORMAL, SW_MAXIMIZE, or SW_MINIMIZE the program runs as expected.<br><br>&nbsp;&nbsp;&nbsp;Has anyone had similar experiences using HIDE?&nbsp;&nbsp;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>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top