Microsoft Visual Basic .NET Step by Step Comments and Corrections (314285)



The information in this article applies to:

  • MSPRESS Microsoft Visual Basic .NET Step by Step ISBN 0-7356-1374-5

This article was previously published under Q314285

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:
    Object    PropertySetting
Form1Text"Help"

To:
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.

Modification Type:MinorLast Reviewed:11/15/2002
Keywords:kbdocerr kbdocfix kbinfo KB314285