Quote: "PICTUREBOX1.LOCATION = NEWPOINT (0,0) <--- Co-Ords there, but its not working and i 4 get wat to do, anyhelp would be "
That's it.
Private Sub Form1_KeyDown(ByVal sender As System.Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles MyBase.KeyDown
If e.KeyCode = Keys.Up Then
PictureBox1.Location = New Point(PictureBox1.Location.X, PictureBox1.Location.Y + 2)
End If
End Sub
Edit: That is if you don't have buttons, or textboxes or anything that uses input. If so, just add ,Formname.KeyDown with the "Handles " on the even to activate the same code with multiple controls.
Your mom has been erased by a mod from you telling too many "your mom" jokes.