Step 2 : Adding the project forms
To add the required forms to the project, follow these steps:
- Select the Employees project folder from the Solution Explorer.
- Right click on the project folder and select the Add => Add New Item pop-up menu. This will launch the Add New Item dialog.

- Select the Windows Form item template.
- Type ViewEmployees.vb in the Name field.
- Click OK.
You should now see the ViewEmployees.vb item added to you project.
Repeat the same steps to add the ManageEmployees.vb form to your project.