Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding an Icon to VFP EXE File

Status
Not open for further replies.

skaskas

Programmer
Mar 13, 2002
14
US
Hi,

After creating my exe in VFP, I want to assign it an icon.

How do I do that.

Thanks

Sal
 
Hope this helps.

From the project screen, right click in the description area. From the drop list, select project information.
From the project tab, click on attach icon. select your icon.

Also from the installshield you can assign an icon to your shortcut.

Hint. Uncheck debug info. You don't want that on in an exe.
 
HI
In the VFP .. open the project.. while the project is in focus.. Click in the VFP menu.. project->project info -> Click on the attach icon and also choose an icon for the project. While compiling the icon gets included. If you drag the execute to desktop, the icon will be represented.

If you are using VFP7, icon can be added for the desktop shortcut as well.
Hope this helps :) ramani :-9
(Subramanian.G),FoxAcc, ramani_g@yahoo.com
 
There are a number of threads on this topic (use the Search box at the top of this page). Simply put, create a .ICO file with at least 16x16x16 and 32x32x16 images, and then in the Project Info, specify this file (and rebuild the .EXE). In addition if you want it to appear on the main window, include a statement like _screen.ico="myicon.ico".

Rick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top