Hi Im trying to make an windows form in c# that should open a existing console application and provide the readline of it can, is there a way to do it?
Can you give me an example
Note:
Project 1-win form
Project 2 - console
Project2 - has
Console.Write("Enter copychimp server: ");
copychimp_server = Console.ReadLine();
Project 1 should open the console and provide the copychimp_server
1 Reply
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Guest UserPosted Oct 16, 2019, 6:05 AM