G
Guest
In a VB.net project's property pages you can set the application's icon using
<ProjectName> Property Pages -> Common Properties -> Build -> Application
Icon. This allows you to choose any icon that is already within the project
(or you can add a new icon to the project from an existing file and choose it
automatically).
But all my icons are stored in one central "resources" project which is used
by many other "code" projects. I don't really want to copy and duplicate the
icons from the resource project into the code projects because this will give
my a maintenance headache if any of the icons change. But do I have a choice?
<ProjectName> Property Pages -> Common Properties -> Build -> Application
Icon. This allows you to choose any icon that is already within the project
(or you can add a new icon to the project from an existing file and choose it
automatically).
But all my icons are stored in one central "resources" project which is used
by many other "code" projects. I don't really want to copy and duplicate the
icons from the resource project into the code projects because this will give
my a maintenance headache if any of the icons change. But do I have a choice?