I have a winform application (one form), on this form there is a RichTextBox. In the constructor of this form I create an instance of the class MyClass. In the
MyClass
try this code,
BeginInvoke((MethodInvoker)delegate { richtextBox.Text.Add("MyText"); });