|
When I have couple of MDI child forms open inside my main, I want to click a button on my main form (such as cut, paste, etc.) and VB will do the thing inside the RichTextBox of which the form is selected. How to do that in VB? Example: I open up my app. Create a new document. A new MDI child form appears. I create one again. I have two now. I select the first one and click Paste on my main form. Text from the clipboard appears on my first's RichTextBox. BTW, both, and every, child form has a RichTextBox inside them. Thanks. |

Can any programmer help? I really need to know this. Thanks!