I would like to create (I think its a console) screen to input and see output after renci ssh.net connect (or during). I currently have a form1 which gathers the connection info then you push a button to connect through backgroundworker1.
I was thinking I would need a form2 and backgroundworker2 to keep the screen realtime but I am not sure.
I can create the form2 but not sure how to get the input and output to connect in realtime, everything works up to this point.
In general how do you create a input / output screen.
If I had at least a starting point I think I can go from there.