7
I want to define by a Thread the content in a Richtextbox but I get an error saying
Cannot make calls from another thread distinguished from the same Textbox
I have heard that it is possible to use the option Control.Invoke
I was very much in doubt at that point.
In short, I want to develop an APP that without starting CMD with the window, follow commands and can send commands to CMD, I already have the code ready but at the time I configure RedirectStandardOutput=true
ends up only when the process closes it shows the log.
That’s why I’d like to implement a Thread
on top of the textbox to with no need to close the process and show the "log".