T
tshad
I had a project where I had some code in my Button1_Click procedure and
copied it over to a new project (that had the same button name on it) and I
couldn't figure out why the event never fired.
I then double-clicked on the button and a new event opened which normally
would have been Button1_Click, but in this case it was Button1_Click_1. I
assume this was because I had manually put in the Button1_Click event.
Why did it do that?
Does that mean I can't manually put in my code without first using the
Design Screen first, Double clicking the object I want to add code to and
then add it to the procedure IT puts in?
Thanks,
Tom
copied it over to a new project (that had the same button name on it) and I
couldn't figure out why the event never fired.
I then double-clicked on the button and a new event opened which normally
would have been Button1_Click, but in this case it was Button1_Click_1. I
assume this was because I had manually put in the Button1_Click event.
Why did it do that?
Does that mean I can't manually put in my code without first using the
Design Screen first, Double clicking the object I want to add code to and
then add it to the procedure IT puts in?
Thanks,
Tom