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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. 4Funnah

    Hide DOS window when exec-ing a command

    Another answer is just to call 'ShellExecute' with the SW_HIDE parameter. This worked beautifully for me, especially when you don't have access to the code for the .exe file you're trying to call... ShellExecute(0, "open", "whatever.exe", args, 0, SW_HIDE);

Part and Inventory Search

Back
Top