shoot’em up game creation lesson 1 (Visual Basic)

First lesson to creating the shoot’em up video game. We create a picturebox object using code only (the spaceship), and we use a combination of keydown event handler and the timer object to move it left and right.