Protocol for Starting a Visual Studio Solution
1. Run VS.NET
2. Create “Project…” in “Recent Projects” pane
3. Check that it’s a Visual Basic, Windows project in left pane
4. Check that it’s using a Windows application template in right pane
5. Type project name ending in “Project”
6. Click File, Save All
7. Type solution name ending in “Solution”
8. Be sure “Create directory for solution” checkbox is checked.
9. Browse to a local drive/folder
10. Click Save
11. Click the form, and away you go!