I'm creating a C# application that interacts with a C/C++ console application using Process.StandardOutput and Process.StandardInput.
My question is, what would be the best control to display and get data with a similar feeling as a CMD command? All this is happening in "real time".
Thanks in advance
I would use 2 controls, a multi lined text box for displaying and a single lined text box for typing into
The closest to a command prompt would just be a multi lined text box. However Loon makes a good point, It is nice to have a seperate textbox for the users input so one can easily seperate out the programs printed results and the users input without any regular expressions.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks