Microsoft KB Archive/101066

From BetaArchive Wiki

PRA: Run-Time Icon Flashes Application Workspace Color

Article ID: Q101066
Creation Date: 04-JUL-1993
Revision Date: 19-SEP-1996 The information in this article applies to:

  • Microsoft Access Distribution Kit version 1.1

SYMPTOMS


A flashing Microsoft Access run-time icon is displayed using the application workspace color, rather than the desktop color.

CAUSE


The run-time icon is not registered as a normal icon; instead, it is registered as a NULL icon. Microsoft Windows handles painting the icon background of a NULL icon and a normal icon differently.

RESOLUTION


To work around this problem, either do not use minimized icons or specify the same color for your desktop and application workspaces. To do this, choose Color Settings from Windows Control Panel.

STATUS


Microsoft has confirmed this to be a problem in the Microsoft Access Distribution Kit version 1.1. This problem no longer occurs in the Microsoft Access Developer's Toolkit version 2.0.

MORE INFORMATION


Steps to Reproduce Problem


  1. Create a new icon in Program Manager by selecting New from the File menu. Choose Program Item and then choose OK.
  2. In the Item Properties box, enter the following:

          Description: Minimized Repair of Nwind
          Command Line: <C:\ACCESS\MSARN110.EXE NWIND.MDB> /repair
          Working Directory: <C:\ACCESS>
          Run Minimized: Yes (checked)

    where <C:ACCESS\MSARN110.EXE NWIND.MDB> and <C:\ACCESS> are the directory names and filenames on your system.

  3. Choose OK to create the icon.
  4. Double-click the icon.

    Once NWIND.MDB has been repaired, the icon begins flashing and the application workspace color is displayed instead of the desktop color.



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.

©1997 Microsoft Corporation. All rights reserved. Legal Notices.


Additional reference words: 1.10 ADK workspace color
KBCategory: kbui
KBSubcategory: UifOthr