I want to move a button with keypress left/right arrow but this fails?
Code:If e.KeyCode = Keys.Left Then Button2.Left -= 5 ElseIf e.KeyCode = Keys.Right Then Button2.Left += 5 End If
|
Results 1 to 3 of 3
Thread: keypressThreaded View
|
Click Here to Expand Forum to Full Width |