Subclassing & Hooking with Visual Basic By Stephen Teilhet This errata page lists errors outstanding in the most recent printing. If you have any error reports or technical questions, you can send them to booktech@oreilly.com. (Please specify the printing date of your copy.) This page was updated on July 26, 2004. 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: {315} First para; It should read: CTRL-ESC Opens the Windows Start menu CTRL-SHIFT-ESC Opens the Windows Task Manager {333} bottom; An assignment operator is in place of a logical equivelence operator: if ( nCode = HC_ACTION ) should be written if ( nCode == HC_ACTION )