Visual Basic Programming lesson 3 - Select Case statement, KeyDown event

Channel:
Subscribers:
66,000
Published on ● Video Link: https://www.youtube.com/watch?v=yFptrAdLDmA



Duration: 9:06
6,918 views
30


In this tutorial you learn how to write a program to allow the user to move an object around on the screen using arrow keys by using the select case statement in conjunction with the Keydown event to alter the picture box's Left and Up properties. You also need to take note that subtracting the Left value will make the object move to the left, while subtracting the Top value will make the object move up.







Tags:
visual basic programming
visual basic arrow keys
visual basic moving object
visual basic select case