@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: The FreeConsole API !!!!C# Signature: [DllImport("kernel32.dll", SetLastError=true, ExactSpelling=true)] static extern bool FreeConsole(); !!!!VB Signature: <DllImport("kernel32.dll", SetLastError:=True, ExactSpelling:=True)> _ Private Function FreeConsole() As Boolean End Function !!!!User-Defined Types: None. !!!!Notes: Hides the active console window. Much easier than using ShowWindow on the current process. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! !!!!Alternative Managed API: Do you know one? Please contribute it! Documentation: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/freeconsole.asp
Edit kernel32.freeconsole
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.