Console Window in Windows Forms

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Russell Mangel

    #1

    Console Window in Windows Forms

    Hi, I am using VS2003 Managed C++ and Windows Forms.

    I would like to bring up the Console Window, in a Windows Forms application.

    Console::WriteL ine(i.ToString( ));

    I can bring console window up in windows forms using C#, by changing the
    settings.

    Can I do this in Managed C++ (from Windows Forms)?

    If not possible, what is the simplest way to print out anything (Debug
    Window?)?


Working...