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?)?
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?)?