Errata

Subclassing and Hooking with Visual Basic

Errata for Subclassing and Hooking with Visual Basic

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 315
First para

It should read:

CTRL-ESC
Opens the Windows Start menu
CTRL-SHIFT-ESC
Opens the Windows Task Manager

Anonymous    Apr 17, 2015
Printed
Page 333
bottom

An assignment operator is in place of a logical equivelence operator:

if ( nCode = HC_ACTION )
should be written
if ( nCode == HC_ACTION )

Anonymous    Apr 17, 2015