Errata

.NET Windows Forms in a Nutshell

Errata for .NET Windows Forms in a Nutshell

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 xi
2d to last line

insert a comma after "Howard"

Anonymous   
Printed
Page 4
7th line

insert comma after "which"

Anonymous   
Printed
Page 6
2d para, 4th line

delete comma after "disappeared"

Anonymous   
Printed
Page 6
4th para, line 11

delete comma after "happen"

Anonymous   
Printed
Page 6
4th para, line 13-14

delete comma after "reference"

Anonymous   
Printed
Page 9
line 3

delete comma after "them"

Anonymous   
Printed
Page 9
line 10

change "negligibly small" to "negligible"

Anonymous   
Printed
Page 10
side-bar line 1

delete comma before "because"

Anonymous   
Printed
Page 101
4th paragraph (tip)

The tip mentions the MergeItem operation, it should be MergeItems (plural)

Anonymous   
Printed
Page 141
Last sentence on page.

"Note if the base class was written in VB.NET, it would be marked friend, as shown in
Example 6-6. This would mean that if the derived for were in the same project as the
base class, the button would be inaccessible."

End of last sentence should be, "..the button would be accessible."

Anonymous   
Printed
Page 443
Size Struct

The 4th Size method lists an operator overload method with a character that didn't print correctly.
The chart even includes the error text ***NOTE TO PROD: CHARACTERS DIDNT' TRANSLATE***

The character should be a minus sign, so the correct line is:

public static Size operator -(Size sz1, Size sz2);

Anonymous