Errata

Microsoft® Visual Basic® 2008 Express Edition: Build a Program Now!

Errata for Microsoft® Visual Basic® 2008 Express Edition: Build a Program Now!

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Printed Page 117-118
Bottom and Top

On pages 117-118, the code sample is incorrect.

Change:
<Grid Name=?grid1?>
<DockPanel x:Uid=?DockPanel_1?>
<! Menu Bar>
<Menu x:Uid=?Menu_1? Background=?White? Name=?_MainMenu? DockPanel.Dock=?Top?>
<! Navigate Menu>
<MenuItem x:Uid=?NavigateMenu? Header=?_Navigate? />
<! Help Menu>
<MenuItem x:Uid=?HelpMenu? Header=?_Help?>
<MenuItem x:Uid=?AboutMenu? Header=?_About? />
</MenuItem>
</Menu>
</DockPanel>
</Grid>

To:
<Grid Name=?grid1?>
<DockPanel x:Uid=?DockPanel_1?>
<!-- Menu Bar-->
<Menu x:Uid=?Menu_1? Background=?White? Name=?_MainMenu? DockPanel.Dock=?Top?>
<!-- Navigate Menu-->
<MenuItem x:Uid=?NavigateMenu? Header=?_Navigate? />
<!-- Help Menu-->
<MenuItem x:Uid=?HelpMenu? Header=?_Help?>
<MenuItem x:Uid=?AboutMenu? Header=?_About? />
</MenuItem>
</Menu>
</DockPanel>
</Grid>


Richard Beck  Jan 05, 2011