I use this code :

Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer)
If KeyCode = vbKeyLeft Then
image1.Left = image1.Left - 50
End If
End Sub


But image so vibrate.......

How can I escape this ?