The information in this article applies to:
SUMMARY
You can access the mouse driver by calling an interrupt in QuickBASIC
rather than by creating a QuickBASIC library with the MOUSE.LIB.
Follow the guidelines for programming in assembler language and call
the interrupt 33 hexadecimal or 51 decimal.
If you have the MOUSE.LIB utility, you can make a Quick library and
call the mouse using the "CALL MOUSE(m1%,m2%,m3%,m4%)" command.
Mouse functions are described in the Microsoft Mouse "Programmer's Reference Guide." Additional query words: 9.00 BASIC
Keywords : |
Last Reviewed: December 16, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |