Hi,

I want the code in the mouse down event to fire only if the button has been pressed for a certain length of time, like 1 second or so...

I know about the time control but not sure how it would be used in this application.. I also know about the Sleep API function but that won't work because that would cause the button to stay pressed for the sleep time..

Example code would be appreciated..

Dan