Errata for Microsoft® Visual Basic® 2005 Express Edition: Build a Program Now!
Submit your own errata for this product.
The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".
The following errata were submitted by our customers and approved as valid errors by the author or editor.
Color Key: Serious Technical Mistake Minor Technical Mistake Language or formatting error Typo Question Note Update
| Version |
Location |
Description |
Submitted By |
Date Submitted |
Date Corrected |
| Printed |
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"
|
Microsoft Press |
May 06, 2010 |
|
| Printed |
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.
|
Microsoft Press |
Jul 13, 2010 |
|
| Printed |
Page 191
|
tsmiRefresh.Enabled referenced in place of Me.tsmiRefresh.Enabled
On page 191, line 29 of the code sample reads:
29 tsmiRefresh.Enabled = FalseIt 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.
|
Microsoft Press |
May 06, 2010 |
|