Console

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mike7411@gmail.com

    #1

    Console

    Is there a way to make the Console visible in a VB.NET Forms
    application in Visual Studio 2005?

    Thanks.

  • Tom Shelton

    #2
    Re: Console


    mike7411@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

    Comment

    Working...