G
Gary Paris
On my windowsform, I have a tab control. On the control, I have as button
called btnSave. I wanted to move the button off the tab control and onto
the windowsform. Shouldn't be a problem I thought. When I highlighted the
button, I did a CTRL-X then a CTRL-V to paste the button on the form.
Now the click event doesn't work. The button still has the same name, but
when I double click on the button, the method that is created is called
btnSave_Click_1. It seems that the button has been renamed, but when I
look at the properties, the name still says btnSave.
Anybody know what is going on?
Thanks,
Gary
called btnSave. I wanted to move the button off the tab control and onto
the windowsform. Shouldn't be a problem I thought. When I highlighted the
button, I did a CTRL-X then a CTRL-V to paste the button on the form.
Now the click event doesn't work. The button still has the same name, but
when I double click on the button, the method that is created is called
btnSave_Click_1. It seems that the button has been renamed, but when I
look at the properties, the name still says btnSave.
Anybody know what is going on?
Thanks,
Gary