Windows 7 problem

K

KRCMD

When I use the mouse to press a button on my form, if I don't quickly move
the mouse the button is automatically pressed again.

How do I fix this?

Thank you.
 
A

Allen Browne

If this is a command button, you could set its AutoRepeat property to No.
In form design view, right-click the button and choose Properties.
AutoRepeat is on the Other tab of the properties box.
 
Top