Microsoft KB Archive/169385

From BetaArchive Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Article ID: 169385

Article Last Modified on 12/10/2003



APPLIES TO

  • Microsoft Visual Basic 5.0 Control Creation Edition
  • Microsoft Visual Basic 5.0 Learning Edition
  • Microsoft Visual Basic 5.0 Professional Edition
  • Microsoft Visual Basic 5.0 Enterprise Edition



This article was previously published under Q169385

SYMPTOMS

When you try to create an executable (.EXE) with Visual Basic, the entire display turns black. You see the same behavior whether you compile to Native Code or P-Code. This problem only occurs on Windows NT.

CAUSE

The Console Windows Display (DOS Window) is set to "Full Screen."

RESOLUTION

To work around this problem, you need to change the Console Windows Display to "Window" instead of "Full Screen."

Step-by-Step Example

  1. Go to Control Panel and double-click on the Console icon.
  2. From the Console Windows Properties Dialog, select the Options tab.
  3. Select "Window" under Display Options.
  4. Return to the Visual Basic IDE.
  5. Make an executable. The screen should not turn black.


STATUS

Microsoft is researching this problem and will post more information here in the Microsoft Knowledge Base as it becomes available.

MORE INFORMATION

Steps to Reproduce Behavior

  1. Go to Control Panel and double-click on the Console icon.
  2. From the Console Windows Properties Dialog select, the Options tab.
  3. Select "Full Screen" under Display Options.
  4. Start a new Standard EXE in Visual Basic.
  5. Select "Make Project1.exe" under the File menu. The entire display turns black. However, after the executable is made, it will return to normal.



Additional query words: blank

Keywords: kbprb KB169385