PRB: Cannot Change QuickWin Application Status Bar ColorLast reviewed: April 9, 1996Article ID: Q149507 |
The information in this article applies to:
SYMPTOMSYou cannot change the status bar color in a QuickWin application.
STATUSThis behavior is by design.
MORE INFORMATIONIn a Windows application, the status bar color is the same as the "Button Face" Screen Element color in the Control Panel. However, status bars in QuickWin applications are not true Windows status bars. Instead, they are their own window created by the Fortran QuickWin subsystem and not part of or controlled by Windows system services. To illustrate this behavior, build a QuickWin application using the source code below. Next, change the status bar color by selecting the Colors applet in the Control Panel. From the Screen Element combo box, choose Button Face. Then select a new color from the palette, and click OK. Note that the status bars in all Windows applications assume the Button Face color except for QuickWin applications.
Sample CodeC Compile options needed: /MW
print *, 'hello, world' end |
Additional reference words: 1.00 4.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |