Viewing the Code Behind a VB Project

  1. Open the VB project.

  2. Click Project Explorer from the View menu.

  3. Double click the form (.frm file) that appears in the right side pane.

  4. You will view the form and all the controls on that form in the left side pane.

  5. Double click on any of the controls to walk through the code written for the control.

Another method to view VB code is:

  1. Open the VB Project with Notepad.

  2. The code appears in the text file.