Hi,
I want to open exe-files without that there is that "DOS-Window". I use
system("xyz.exe");
this Dos-Window is sometimes useful, but How can I hide it???
Thanks for every help!!!
Black Racer
Printable View
Hi,
I want to open exe-files without that there is that "DOS-Window". I use
system("xyz.exe");
this Dos-Window is sometimes useful, but How can I hide it???
Thanks for every help!!!
Black Racer
Use the ShellExecute Win32API function to start an application without the dos console window.