Quote Originally Posted by Abhishek Chauhan View Post
Anyway How can I provide input to a console application using GUI and retrieve the output inside my GUI?
Are you hoping to 'wrap' your console application with a UI and communicate with the app using std stream? Or do you expect to rewrite your console app and move the code into a GUI application?