I'm working with windows forms. On one form the link between an event, e.g. textbox_leave and the sub TextBox_Leave got broken and the sub name no longer shows in the event text box.
If I doubleclick on the event text box, it opens a new instance of the sub.
Is there any way to associate a form event with an existing sub with the same name, e.g. textbox_Leave?
Thanks in advance for your help.
Start Free Trial