Build a better program and the world will beat a path to your door.
Tip 1:
To refer to a form or control that has the same name as a restricted keyword, you must either qualify it or surround it with square brackets: [ ].
For example, this code does not cause an error:
[Loop].Visible = True
Tip 2:
Visual Basic makes writing code much easier with features that can automatically fill in statements, properties, and arguments for you. As you enter code, the editor displays lists of appropriate choices, statement or function prototypes, or values. Options for enabling or disabling these and other code settings are available on the Editor tab of the Options dialog, accessed through the Options command on the Tools menu.
