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...