Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - swankvx

Pages: [1]
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..

Pages: [1]