SteveInReno
New member
- Joined
- Mar 13, 2023
- Messages
- 2
- Programming Experience
- 10+
Building code behind a simple button; randomly when I dbl-click the button in the IDE it suddenly opens a NEW Click event (original = myButton.Click(), suddenly a myButton.Click_1() is created) and the code in the original event no longer runs. I have to create a whole new button, copy the code into it, and move on until it breaks again. Deleting the magically created new events don't fix the problem; seems behind the scenes my button, named "MyButton", is no longer "attached" to the code behind it.
What the hell? Older versions of VS don't do this; do I need to keep using 2018 or 2017 to get my work done? This is rediculous.
Thanks.
SteveInReno
What the hell? Older versions of VS don't do this; do I need to keep using 2018 or 2017 to get my work done? This is rediculous.
Thanks.
SteveInReno