Errata

Programming .NET Windows Applications

Errata for Programming .NET Windows Applications

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 24
Last paragraph

"You can see them by right-clicking on the solution in ..."
should read
"You can see them by right-clicking on the project in ..."

Anonymous   
Printed
Page 25
4th line

Unlike C#, Visual Studio.NET:
Should be:
Unlike C#, Visual Basic.NET:

Anonymous   
Printed
Page 26
paragraph 1 from bottom:

add "the" before "Toolbox tab"

Anonymous   
Printed
Page 31
Intellisense bullet:

delete "and" after "providing"

Anonymous   
Printed
Page 32
paragraph 2 (not counting bullets):

"its own right" (not "it's")

Anonymous   
Printed
Page 40
"File menu" section:

"content" should be "context"

Anonymous   
Printed
Page 52
Table 3-8, Show All Files:

"Figure 3-9" should be "Figure 3-11"

Anonymous   
Printed
Page 75
Table 4-2, DragLeave:

delete "of" after "off"

Anonymous   
Printed
Page 80
paragraph 3 from bottom:

"events for the control," (change period to comma)

Anonymous   
Printed
Page 92
"Unicode and ASCII characters" box, paragraph 1:

add "Table A-1" to "lists the low order ASCII characters"

Anonymous   
Printed
Page 110
paragraph 2 from bottom:

"ibut" should be "but"

Anonymous   
Printed
Page 111
paragraph 3 from bottom:

"cs" shold be "c's"

Anonymous   
Printed
Page 112
paragraph 2 from bottom:

"Sum" should not be capitalized

Anonymous   
Printed
Page 147
paragraph 4:

add "be" before "culture-specific"

Anonymous   
Printed
Page 166
paragraph 1:

add "a" before "unique value"

Anonymous   
Printed
Page 181
last paragraph:

capitalize "Apply" in DialogApplyEven

Anonymous   
Printed
Page 187

C# code on top of page is actually VB code, change the little flag.

Anonymous   
Printed
Page 190
paragraph 1:

add comma between "importantly" and "Providing" and change the P to lowercase

Anonymous   
Printed
Page 306
4th paragraph (counting the 3rd indented one)

The fourth paragraph reads:

"The low-order ASCII characters are listed in ."

The line should say:
"The low-order ASCII characters are listed in Table A-1, Appendix A."

Anonymous   
Printed
Page 490
Warning (5th paragraph)

Last sentence currently starts:
"All arrows are zero-indexed..."
it should be
"All arrays are zero-indexed..."

Anonymous   
Printed
Page 701
paragraph 2, line 4

", thi provides better..."
should be:
", this provides better..."

Anonymous   
Printed
Page 913
Tip section

"The complete database design used in this book is shown in the
Appendix. The Appendix also provides a crash course on relational
database design"

Should be::

"The complete database design used in this book is shown in the
appendix that is available on the O'Reilly web page for this
book. This appendix also provides a crash course on relational
database design"

Anonymous