|
This is a simple variation of the old "Pong" game that popularized video games. You will learn some simple animation techniques in Visual Basic. Step 1: Design the Form
Step 2: Set the Properties
Step 3: Write the Code
Sub cmdStartStop_Click ()
End Sub Sub Form_Load ()
End Sub Sub Timer1_Timer ()
End Sub
|