I don't want the app being created in DelphiXE5 to have icon resources like the console app

Asked 2 years ago, Updated 2 years ago, 97 views

I am currently using delphiXE5 to create a large number of detailed tools (modules) in the VCL form app, but it is especially troublesome to set up icons one by one as it is an application for business use.

What should I do if I want to create an EXE where the app itself does not have icon resources like the console app?

delphi

2022-09-30 11:44

1 Answers

There is a file called delphi_PROJECTICON.ico in the bin folder where Delphi is installed, and it seems that you can change the default icon for the application by replacing it.How about replacing this file with an empty one (not 0 bytes)?
See Creating and Deploying the Application Icon in Help(XE8 should be the same for XE5)


2022-09-30 11:44

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.