Visual Basic 2005: A Developer's Notebook by Matthew MacDonald This errata page lists errors outstanding in the most recent printing. If you have technical questions or error reports, you can send them to booktech@oreilly.com. Please specify the printing date of your copy. This page was updated January 23, 2006. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification Confirmed errors: (5) first paragraph, 3rd line; txtMonthlyPayment should be: txtMonthlyInvestment {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. (57) Example code, first line; Public Class ComponetClass should be Public Class ComponentClass [58] Bottom code example; Code is: If MyObject Is Nothing Then SHOULD BE: If MyObject Is Not Nothing Then (205) 3rd paragraph, 2nd sentence from end; "...UPD or ICMP protocols." should be: "...UDP or ICMP protocols."