First published by IBM at http://www7b.software.ibm.com/dmdd/library/tutorials/0306alazzawe/0306alazzawe-3-1.html
All rights retained by IBM and the author.
Step 1 : Create the Visual Basic project
To create the Employees Visual Basic project, follow these steps:
- Launch Visual Studio .NET
- From the Visual Studio .NET IDE, select the menu File => New => Project. This will launch the New Project dialog.
- From the New Project dialog, open the Visual Basic Projects folder and select the Windows Application project template.

- Type Employees for the project name and click OK.
You should now see the
Employees solution and project in the Solution Explorer of you Visual Studio .NET IDE. A blank form,
Form1, should now be open in design mode.