I want to define a Thread in a RichTextBox but I get an error saying
Can not make calls from another thread than the same TextBox
I've heard that it's possible to use the Control.Invoke
option, so I was very much in doubt at that point.
In short, I want to develop an APP that does not start the CMD with the window, follow commands and can send commands to the 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.
So I'd like to implement a Thread
on top of the textbox to with no need to close the process and show the "log".