ironfelix717
Registered User.
- Local time
- Today, 05:32
- Joined
- Sep 20, 2019
- Messages
- 193
I have been under the impression that a click event was not fireable until any current code execution was complete.
I.e. If a button once then again, the click event cannot be re-fired until execution of the first instance is complete.
Apparently this isn't the case. That is improper and should not even be allowed by design.
---
How do I prevent this and "yield" to VB? Disabling the button is a jenky way of doing this.
Thanks
I.e. If a button once then again, the click event cannot be re-fired until execution of the first instance is complete.
Apparently this isn't the case. That is improper and should not even be allowed by design.
---
How do I prevent this and "yield" to VB? Disabling the button is a jenky way of doing this.
Thanks