How to disable double click on winform button?
Posted
by karthik
on Stack Overflow
See other posts from Stack Overflow
or by karthik
Published on 2010-04-22T08:16:11Z
Indexed on
2010/04/22
8:23 UTC
Read the original article
Hit count: 243
I don't want to allow user to double click on my button. On the first click it should be disabled and once my code is executed, i should enable the button. How to do ?
© Stack Overflow or respective owner