D
Dave Cullen
I did a cut & paste of some button controls on one of my forms and now
the button procedures don't get called when the buttons are pushed.
Somehow dotnet has disassociated the buttons with their previous code.
If I double-click the buttons in design mode, dotnet wants to create new
click procedures for them with names appended with _1 (example: Private
Sub ButtonQuit_Click_1)
The question is, how do I make the button procedures match the control
names again?
The properties sheets on the controls still show them by their original
names. If it matters, I pasted the controls onto the form after adding a
tab control.
Dotnet version is 2002 SP1
Thanks
the button procedures don't get called when the buttons are pushed.
Somehow dotnet has disassociated the buttons with their previous code.
If I double-click the buttons in design mode, dotnet wants to create new
click procedures for them with names appended with _1 (example: Private
Sub ButtonQuit_Click_1)
The question is, how do I make the button procedures match the control
names again?
The properties sheets on the controls still show them by their original
names. If it matters, I pasted the controls onto the form after adding a
tab control.
Dotnet version is 2002 SP1
Thanks