F
Fredrik Melin
If you open a form, add a button, double click on the button, you now enter
the code for the button click event.
If you switch back to the form, and remove the button, it will also remove
the "Handles Button1.click" code, function will remain but the handles tag
will be removed, is there a way to stop the IDE doing this all together?
(I want an error saying Button1 is not found)
Ive tried most of the settings I could find, but no luck.
- Fredrik
the code for the button click event.
If you switch back to the form, and remove the button, it will also remove
the "Handles Button1.click" code, function will remain but the handles tag
will be removed, is there a way to stop the IDE doing this all together?
(I want an error saying Button1 is not found)
Ive tried most of the settings I could find, but no luck.
- Fredrik