How do you prevent problems with a button being pressed more than once?

121 Views Asked by At

In a windowed programming environment, a user may click a button more than once if they do not immediately see something happen.

How do you stop the code behind the button being executed more than once in this situation?

2

There are 2 best solutions below

0
On BEST ANSWER

In addition to disabling the button, a wait cursor will visually help the user to see that something is happening.

0
On

You can disable the button until the action is complete