Hi there..
When I write my project into an .exe file I get the forms icon...
...
Is there a way to change the icon associated with the exe file
thanks in advance
Printable View
Hi there..
When I write my project into an .exe file I get the forms icon...
...
Is there a way to change the icon associated with the exe file
thanks in advance
You need to set an icon for the form, and then in the Make tab, of the Project's properties (Project -> Project1 Properties) you chose the icon you want.
To an icon different than one of your forms' icons?
Add an icon resource and make its id "APPICON".
Do you have the code for that?
to Mc Brain: and if I use more then one form... how does the project knows wich icon to choose?
There is no code. Add a resource file to the project, then add an icon to the resource file. The system handles it from there.Quote:
Originally posted by segrobiur
Do you have the code for that?
Because you select which form you want.Quote:
Originally posted by segrobiur
Do you have the code for that?
to Mc Brain: and if I use more then one form... how does the project knows wich icon to choose?
OK... I'll give a shot at both... thanks :thumb: :thumb: