Article ID: 314285 - Last Review: November 15, 2002 - Revision: 1.1

Microsoft Visual Basic .NET Step by Step Comments and Corrections

System TipThis article applies to a different operating system than the one you are using. Article content that may not be relevant to you is disabled.
This article was previously published under Q314285

On This Page

Expand all | Collapse all

SUMMARY

This article contains comments, corrections, and information about known errors relating to the Microsoft Press book Microsoft Visual Basic .NET Step by Step, ISBN 0-7356-1374-5.

The following topics are covered:

  • Page 178: Number Variable Setting Incorrect
  • Page 408: Form1 Should Be HelpInfo.vb

MORE INFORMATION

Page 178: Number Variable Setting Incorrect

On page 178, in the paragraph immediately following the code sample, the description incorrectly describes what will occur if the Number variable is set to 0.

Change:
"The text Second condition test will only appear in a message box if the Number variable is set to 0..."

To:
"The text Second condition test will only appear in a message box if the Number variable is set to 1..."

Page 408: Form1 Should Be HelpInfo.vb

There is an error in the properties table at the top of page 408.

Change:
Collapse this tableExpand this table
    Object    PropertySetting
Form1Text"Help"

To:
Collapse this tableExpand this table
ObjectPropertySetting
HelpInfo.vbText"Help"

Microsoft Press is committed to providing informative and accurate books. All comments and corrections listed above are ready for inclusion in future printings of this book. If you have a later printing of this book, it may already contain most or all of the above corrections.

APPLIES TO
  • MSPRESS Microsoft Visual Basic .NET Step by Step ISBN 0-7356-1374-5
Keywords: 
kbinfo kbdocfix kbdocerr KB314285