Error in SIMPLE Mouse Menu in Programmer's ReferenceLast reviewed: September 16, 1996Article ID: Q51489 |
The information in this article applies to:
SUMMARYThere is an error in the code for SIMPLE Mouse Menu on Page 74 of the "Microsoft Mouse Programmer's Reference Guide." The erroneous code reads as follows:
dn: TYPE 0,801 ;Down-arrow keyIt should read as follows:
dn: TYPE 0,80 ;Down-arrow key |
KBCategory: kbhw kbdocerr
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |