Errata

Programming Microsoft® Visual Basic® 2005: The Language

Errata for Programming Microsoft® Visual Basic® 2005: The Language

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Printed Page 304
3rd paragraph

The user_NameChanging event handler is meant to deny non-alphabetical characters, but it does the opposite. The books says:

If e.ProposedValue Like "*[!A-Za-z]*" Then e.Cancel = True

It should be 'False' not 'True'

Howard Ogunade  Feb 04, 2011