I am not a really good game programmer, actually, I kind of suck.
but I do this code

Code:
Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer)
If KeyCode = 13 Then
Picture1.Move 0, 100
End If
End Sub
i have also tried keypress, this doesnt work, why?