I program in Visual Studio 2013 C#.
I want to have a functionality to disable for short time a button.
I tried button.Enabled=false
, but I see that when I click it during it is disabled then the click action starts right after I get that button enabled in other place of the program.
How to clear that event or block them when button is disabled?
Best regards, Krzysztof