Hi evry one sooner i post my auto cliker now i want to had him
hot keys i didnt get it to work
here is the code that i used that didnt work
Private Sub Form1_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles Me.KeyDown
If e.KeyCode = Keys.Insert Then
End
End If
End Sub