Article ID: 905034 - Last Review: January 8, 2007 - Revision: 3.6

Microsoft Visual Basic 2005 Express Edition: Build a Program Now! Comments and Corrections

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 2005 Express Edition: Build a Program Now!, ISBN 0-7356-2213-2.

The following topics are covered:

  • Page 51: Incorrect property referenced in Table 4-3
  • Page 179: Incorrect reference to the Team Model Figure
  • Page 191: tsmiRefresh.Enabled referenced in place of Me.tsmiRefresh.Enabled

MORE INFORMATION

Page 51: Incorrect property referenced in Table 4-3

On page 51, the eighth row of Table 4-3 reads:

"Button Location:X 411"

It should read:

"Button Location:Y 411"

Page 179: Incorrect reference to the Team Model Figure

On page 179, a reference is made to Figure 8-1 as the Team Model comparison. The text should reference Figure 8-4 as the Team Model comparison.

Page 191: tsmiRefresh.Enabled referenced in place of Me.tsmiRefresh.Enabled

On page 191, line 29 of the code sample reads:

29 tsmiRefresh.Enabled = False

It should read:

29 Me.tsmiRefresh.Enabled = False


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.

The print number of the book is located on the copyright page in the form of a string of numbers. For example: "2 3 4 5 6 7 8 0 QWT 9 8 76 5 4". The first number in the string is the the print number. In this example, the print number is 2.

APPLIES TO
  • Microsoft Visual Basic 2005 Express Edition: Build a Program Now!, ISBN 0-7356-2213-2
Keywords: 
kbinfo kbdocerr KB905034
 

Article Translations