Week 8

Tutorial 7-5 page 457

See Week 7

Figure 7-43 (page 449) formMain.vb “High Adventure Travel Agency”

Figure 7-45 formScuba.vb “Scuba Diving” (page 451)

Figure 4-46  (page 453) formSkyDive.vb  “Sky Diving”

Figure 7-47 (page 455)  frmSpelunk.vb

HighAdventure.vb  (Module High Adventure ) page 457

Tips:

1.       Make sure your forms start with frmMain.vb. To do this click on MyProject (next to your forms and modules) and look for application, then look for start up form. Change form1.vb to frmMain.vb. This will help your program start at frmMain.vb. Otherwise, your forms will have a difficult time knowing who goes first.

2.       On page 458, Figure 7-48 you are suppose to also look at project à compile and change the setting to a similar look. Option Strict on, Option infer off.

3.       Remember in frmMain.vb your menu commands will create code for the methods just as your buttons did.

4.       You will have a lot of _ because the code moves the new line. If you don’t use new line then you don’t need _

Tutorial 8-1 Complete an application that uses an array (page 494)

Change the tutorial from the theme Simple PayRoll to Student Scores. The program should calculate points students earned per hours studied.  Remember it is easier to work with Replace All instead of individually changing the names of the variables.  The program is already available in the web. You just need to download it and change it.