Skip to content

Latest commit

 

History

History

Q51489

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
layout title permalink
page
Q51489: Error in SIMPLE Mouse Menu in Programmer's Reference
/kb/051/Q51489/

Q51489: Error in SIMPLE Mouse Menu in Programmer's Reference

{% raw %}

Article: Q51489
Product(s): See article
Version(s): 1.00
Operating System(s): MS-DOS
Keyword(s): ENDUSER | docerr | mspl13_basic
Last Modified: 22-MAR-1990

There 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 key

It should read as follows:

   dn:  TYPE 0,80        ;Down-arrow key

{% endraw %}