Setting EXE icon in Delphi 7

后端 未结 3 2291
攒了一身酷
攒了一身酷 2021-02-20 16:50

I\'m trying to customize the icon that shows in Windows Explorer and in Desktop shortcuts for my Delphi application.

In the Delphi 7 IDE, I have loaded the desired icon

3条回答
  •  一个人的身影
    2021-02-20 17:29

    I found it after more hunting. I created a new project by copying an existing project from another folder. I forgot to change the program name at the top of the DPR file to match the name of the new project. Somehow, if a wrong name is used there, it prevents the icon from being changed in the generated EXE file...

提交回复
热议问题