Hello All,
In my software, I have several buttons which the code may enable and disable at various times. My problem is, while a button is disabled (button.enabled = FALSE), if the button is clicked, the code in the button's Click() event will execute once the button has been re-enabled.
So, how can I get the code to 'ignore' or 'forget' these clicks that occur when a button is disabled?
Thanks,
Dave
In my software, I have several buttons which the code may enable and disable at various times. My problem is, while a button is disabled (button.enabled = FALSE), if the button is clicked, the code in the button's Click() event will execute once the button has been re-enabled.
So, how can I get the code to 'ignore' or 'forget' these clicks that occur when a button is disabled?
Thanks,
Dave