I can't seem to get the Key Down to work. Whenever a specific key is pressed it does not do anything. And example is when I put this

If KeyCode = 102 Then
Picture1.left = Picture1.left + 10
Else
End If

I place this in the Form_Load section