See the docs
Me, My, MyBase, and MyClass in Visual Basic
Also, use Form.Shown rather than Form.Load as there are time when the Load event swallows unhanded exceptions.
The other events you should know when to use them e.g. Closing and HelpRequested.