Handy Hints:


1. When in Visual Studio right clicking on the current tab you are working on and choosing "New Horizontal/Vertical Tab Group" opens the current window in a new tab.
This allows you to view the form view and the form code at the same time without having to keep switching between tabs. It is also useful for viewing form code and module code at the same time.

2. Turning line numbers on in Visual Studio allows you to easily select a whole line of code without accidentally setting a breakpoint as well. To do this:
Tools, Options, Text Editor, Basic, Editor, Interaction, Line Numbers (Checkbox)