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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Delphi default icon

Status
Not open for further replies.

cantak

Instructor
Mar 11, 2003
1
US
I have an application that was started in Delphi 5 and completed in Delphi 6. The default program icon always comes up as the torch from Delphi 5. The icon in Explorer is correct, its the icon in the window and the icon in the task bar that are wrong. Other applications that were started with Delphi 6 have any icon I want in them correctly, its only this one program started in Delphi 5 that is having issues.

Any suggestions?

Thanks
 
You can change the icon in the menu :

Project | Options | Application

lou
 
The icon is embedded in your executable file of the program. Recompiling your Delphi 5 application should fix it, but like Weez suggested, use your own icon. I also sign the papers I write, In my programs, the icon is my signature

Regards Steven van Els
SAvanEls@cq-link.sr
 
Programs has two Icons , small and large ,
your application changed the large icon but do not changed
small icon , like weez suggested change your Application icon again will be corrected.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top