Hi,
I am building a windows forms application using C#.
I am just wondering how I can open and print out to the system console.
I tried these lines...
I am building a windows forms application using C#.
I am just wondering how I can open and print out to the system console.
I tried these lines...
System.Console.OpenStandardOutput(); System.Console.WriteLine("test");