Microsoft KB Archive/100804: Difference between revisions

From BetaArchive Wiki
m (Text replacement - "<" to "<")
m (Text replacement - ">" to ">")
 
Line 13: Line 13:
Although you can use ADDICON.APP to create an icon for use in the Windows Program Manager, the icon will revert to the FoxPro icon if the program is minimized.
Although you can use ADDICON.APP to create an icon for use in the Windows Program Manager, the icon will revert to the FoxPro icon if the program is minimized.


To change the FoxPro icon while the product is minimized, use the MODIFY WINDOW SCREEN ICON FILE <icon_filename&gt; command. You can place this command in the Setup code of the screen.
To change the FoxPro icon while the product is minimized, use the MODIFY WINDOW SCREEN ICON FILE <icon_filename> command. You can place this command in the Setup code of the screen.


For example, enter the following code in the Command window:
For example, enter the following code in the Command window:

Latest revision as of 09:06, 20 July 2020

How to Change the Icon in FoxPro DK for Windows

ID: Q100804

2.5x 2.6x WINDOWS kbprg

The information in this article applies to:

  • Microsoft FoxPro Distribution Kit for Windows, versions 2.5x, 2.6x

Although you can use ADDICON.APP to create an icon for use in the Windows Program Manager, the icon will revert to the FoxPro icon if the program is minimized.

To change the FoxPro icon while the product is minimized, use the MODIFY WINDOW SCREEN ICON FILE <icon_filename> command. You can place this command in the Setup code of the screen.

For example, enter the following code in the Command window:

  MODIFY WINDOW SCREEN ICON FILE D:\FOXW\SAMPLE\ORGANIZE\BMPS\CONV.ICO

Minimize FoxPro. The icon will change to the CONV.ICO icon. To return to the default icon, use this command:

  MODIFY WINDOW SCREEN

REFERENCES

"Language Reference," version 2.5, page L3-677

Additional reference words: FoxWin DK 2.50 2.50a 2.50b 2.60 2.60a KBCategory: kbprg KBSubcategory: FxtoolDk

Keywords          : FxtoolDk 
Version           : 2.5x 2.6x
Platform          : WINDOWS

Last Reviewed: April 30, 1996
© 1999 Microsoft Corporation. All rights reserved. Terms of Use.