DevX Skillbuilding for IBM DeveloperWorks
DevX Skillbuilding for IBM DeveloperWorks
DevX Skillbuilding for IBM DeveloperWorks
Get regular email alerts when we publish new features!
DevX Update for IBM developerWorks

More Newsletters
Binding DB2 Tables and Views to Visual Basic WinForms (cont'd)

Step 2 : Adding the project forms

To add the required forms to the project, follow these steps:

  1. Select the Employees project folder from the Solution Explorer.
  2. Right click on the project folder and select the Add => Add New Item pop-up menu. This will launch the Add New Item dialog.

  3. Select the Windows Form item template.
  4. Type ViewEmployees.vb in the Name field.
  5. 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.

Previous Page: Step 1 : Create the Visual Basic project Next Page: Step 3: Setting up the main project form
Page 1: Step 1 : Create the Visual Basic project Page 4: Step 4: Linking the ViewEmployees form
Page 2: Step 2 : Adding the project forms Page 5: Step 5: Linking the ManageEmployees form
Page 3: Step 3: Setting up the main project form