I have this menu on my form that has the normal edit functions.
so i can cut from my text box using the code
private void mnuCut_Click(object sender, EventArgs e)
{
textBox1.Cut();
}
in the "Cut" of my menu.
but if I have more than one textbox how do I go about this, do i have to put all their names in the click event of the cut menu?
Thank You
Edited by kemnet, 10 August 2011 - 07:41 AM.


Sign In
Create Account


Back to top









