If I have 3 rich text boxes on the screen and I want to create a Paste menu option, I have to know which rtb to paste to. In old VB ActiveControl would do the trick.
How do I do this in NEt? myRichTextBox.Paste() is nice but I don't know its name. Me.ActiveControl.Selrtf = something doesn't work, nor does Me.ActiveControl.Paste().
