Introduction - Microsoft

Mar 11, 2005 · 1. Start Visual Studio .Net. 2. Select "VisualBasic Projects" and "Class Library" in the New Project Wizard. 3. Change the project's "name" property to "MyProject". 4. There is a default class module in the project, change its "name" property to "MyClass1". 5. Add a function or sub-routine to the class module such as: Public Class MyClass1 ................
................