The Rich Text Box is a control that lets the user enter in long form text into our application. Unlike a TextBox, where only a small piece of information is usually entered ( a single name, or an ...
As you may know, Windows Forms imposes the strict rule that a control cannot be accessed from any thread other than the one it was created on. You can Invoke calls to it from another thread, of course ...
Is there a way to get a WinForms RichTextBox control to scroll to it's end programmatically?<BR><BR>I've got an app which will eventually be outputting to a log file but for now I'd like it's output ...