Then use in the code from Arjun
Success
Cor
Private Sub Form1_MouseDown1(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles Me.MouseDown
st = Stopwatch.StartNew()
bw.CancelAsync()
End Sub
Instead of that KeyPressSuccess
Cor