Interpreted Basic SCREEN 9 May Fail with Mouse Driver Loaded

Last reviewed: September 16, 1996
Article ID: Q19869
The information in this article applies to:
  • Microsoft Mouse Driver for MS-DOS, versions 1.x, 2.x, 3.x, 4.x 5.x, 6.x, 7.x, 8.x, and 9.0

SUMMARY

Programs running interpreted Basic may fail when using screen mode 9 when the Microsoft Mouse driver is loaded.

This information applies to Microsoft Basic Interpreter versions 3.2 and earlier supplied with MS-DOS and all versions of the Microsoft Mouse driver.

MORE INFORMATION

When using an interpreted Basic such as GWBasic or BASICA, programs that use the following line may fail if the Microsoft Mouse driver is loaded:

   10 SCREEN 9

This statement puts the video adapter into an EGA mode. The mouse driver may get confused about what video mode is actually being used after this call, causing a hang or other problems with the program.

To work around the problem, use the most current version of the Basic Interpreter.


KBCategory: kbhw kbdisplay
KBSubcategory:
Additional reference words: 5.28 7.00 7.03 7.04 7.05 8.00 8.10 8.20 9.00


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: September 16, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.