The information in this article applies to:
SYMPTOMS
Some older VGA monochrome monitors or color monitors in monochrome
mode blank the screen or do not perform screen output with the Print
statement. This happens in the VBDOS.EXE interpreter environment and
programs compiled using BC.EXE.
STATUSMicrosoft has confirmed this to be a bug in the Standard and Professional Editions of Microsoft Visual Basic version 1.0 for MS-DOS. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATION
Normally, when running on a monochrome system, Microsoft Visual Basic
for MS-DOS sets the current video setting to 7, which is monochrome
mode. The actual video mode is different from Basic's video mode which
can be set using the SCREEN statement. On certain hardware and under
certain conditions, Visual Basic does not set the video mode to the
correct setting of 7, but sets the configuration to 3 -- a color video
mode. This causes problems when printing output to the screen.
get and current and screen and video and mode and interruptThe following Basic program changes the current video mode to 7.
If you run the program within the Microsoft Visual Basic for MS-DOS
(VBDOS.EXE) editor, the default Quick library VBDOS.QLB must be loaded
as follows:
Additional query words: VBmsdos BasicCom buglist1.00 1.00
Keywords : |
Last Reviewed: December 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |