Switching application icon

parkerjnc

Member
Joined
Oct 12, 2007
Messages
10
Programming Experience
3-5
I have an application which I need to compile into two different versions with separate branding. I'd like to change the application icon which is shown in the upper left corner of the window as well as the executable file icon. Is there an easy way to do this through the build or do I have to manually change the project and form icon settings before each build? :confused:
 
you could copy the complete project folder, so you'd have 2 versions of the project, then change the icons in the 2nd project
 
I had thought of this option but wanted to avoid it as it adds complexity when I make changes to the program going forward. Are there no other options?
 
Select the form you want to change the icon on, in the property menu there should be icon, change the icon to what you want from there.
 
Back
Top