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);
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.