I am wanting to have a console application which is used with a WinForm application. I want to be able to write output to the console from the WinForm Application(C#).
An example of what I am trying to achieve..
I want to be able to write & use Console.WriteLine("Some Text"); from a WinForm application.
Sorry for the short description of what I'm looking for but I thought I would make it short and sweet.
This is for C# and I've looked all over the internet but none of them work :(
Thanks.