[DllImport("kernel32.dll", SetLastError=true, ExactSpelling=true)]
static extern bool FreeConsole();
<DllImport("kernel32.dll", SetLastError:=True, ExactSpelling:=True)> _
Private Function FreeConsole() As Boolean
End Function
None.
Hides the active console window. Much easier than using ShowWindow on the current process.
Please add some!
Please add some!
Do you know one? Please contribute it!