Week
7
Tutorial
7-5 page 457 (Both Monday and Wednesday)
This
consists of three forms and one module.
Section
7.4 Explanation starts on page 448
Images
of various forms are in:
Figure
7-43 (page 449) formMain.vb “High Adventure Travel
Agency”
Figure
7-45 formScuba.vb “Scuba Diving” (page 451)
Figure
4-47 (page 455)
formSkyDive.vb “Sky Diving”
Tips:
1.
Menu commands are obtained from your Toolbox “MenuStrip”. Change
your variable names
via (Name). Change the view to the user via Text. Add short cut
commands via ShortCut.
2.
To change the forms’ name. Click on the GUI of the form and
in Text you can change the name. To change the variable name, click on the form
from your solution explorer, right-click and change to eg.
frmMain.vb. Remember, it must
have .vb at the end.
3.
To add a Module, go to Project, Add Module.
4.
To add more forms, go to Project, Add Items and look for form.vb.
5.
To add strict on feature, follow book instructions and look
in the Compile section. Change from Strict Off to Strict On. It is a drop down
menu.
6.
If you are having problems, remember to review tips from week
6.