B Baron Sep 11, 2003 #1 I am writing a C# Windows Application, Is there any method to use Console.WriteLine? thx
H Herfried K. Wagner [MVP] Sep 11, 2003 #2 Hello, Baron said: I am writing a C# Windows Application, Is there any method to use Console.WriteLine? Click to expand... If you want to create a console window from within a Windows Forms application, you can use the 'AllocConsole' platform call.
Hello, Baron said: I am writing a C# Windows Application, Is there any method to use Console.WriteLine? Click to expand... If you want to create a console window from within a Windows Forms application, you can use the 'AllocConsole' platform call.