blah blah blah is here! blah blah » Close

2
votes
1 answers

Copy paste, etc on multiple controls.

How would you make it so that the various copy, paste commands would work on any richtextbox without having to specify which one has the focus? Currently, I am coding it this way. [code] private void copyToolStripMenuItem_Click ...

Feedback