I’m sure this is something very simple but I can’t figure it out. I’ve searched here and on msdn and have been unable to find the answer. I need to be able to set the richtextboxes selection via richtextbox.Selection.Select(TextPointer1, Textpointer2).
Share
Application.Currentcontains a collection of all windows in you application, you can get the other window with a query such asand then you can reference the control from your code, as in