Errata

Visual Basic 2005: A Developer's Notebook

Errata for Visual Basic 2005: A Developer's Notebook

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 5
first paragraph, 3rd line

txtMonthlyPayment
should be:
txtMonthlyInvestment

Anonymous   
Printed
Page 17
under "How do I do that?";

the text says to click
View -> Property Editing View
but the Property Editing View was removed from the final release.

Anonymous   
Printed
Page 57
Example code, first line

Public Class ComponetClass
should be
Public Class ComponentClass

Anonymous   
Printed
Page 58
Bottom code example

Code is:
If MyObject Is Nothing Then
SHOULD BE:
If MyObject Is Not Nothing Then

Anonymous   
Printed
Page 205
3rd paragraph, 2nd sentence from end

"...UPD or ICMP protocols."
should be:
"...UDP or ICMP protocols."

Anonymous