How to Change the Icon in FoxPro DK for WindowsID: Q100804 2.5x 2.6x WINDOWS kbprg The information in this article applies to:
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:
Minimize FoxPro. The icon will change to the CONV.ICO icon.
To return to the default icon, use this command:
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
|
|
Last Reviewed: April 30, 1996 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |