Home All Groups Group Topic Archive Search About
Author
30 Aug 2006 4:26 PM
mike7411
Is there a way to make the Console visible in a VB.NET Forms
application in Visual Studio 2005?

Thanks.

Author
30 Aug 2006 6:49 PM
Tom Shelton
mike7***@gmail.com wrote:
> Is there a way to make the Console visible in a VB.NET Forms
> application in Visual Studio 2005?
>
> Thanks.

P/Invoke AllocConsole to get a console and FreeConsole to release it.

--
Tom Shelton