1
.NET Framework / Re: [Bubzuru C#] Tiny Shell
« on: September 03, 2015, 04:38:25 pm »
Why do not hide the window?
use:
invoke CreateProcess, NULL, addr cmd, NULL, NULL, true, 8000040h, NULL, ....
instead:
invoke CreateProcess, NULL, addr cmd, NULL, NULL, true, 0, NULL, ....
The shell window will not appear..
use:
invoke CreateProcess, NULL, addr cmd, NULL, NULL, true, 8000040h, NULL, ....
instead:
invoke CreateProcess, NULL, addr cmd, NULL, NULL, true, 0, NULL, ....
The shell window will not appear..