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:

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