Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / New Users / December 2004

Tip: Looking for answers? Try searching our database.

Application Icon

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Dick - 09 Dec 2004 12:49 GMT
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?
Steven Cheng[MSFT] - 21 Dec 2004 02:37 GMT
Hi Richard,

Thanks for your posting. From your description, you have some projects
which need to set a Application icon and the icon is in a central place( a
shared resource file or assembly) and you don't want to include the icon in
each separate project, yes?

As for this problem, I'm afraid this is a fixed behavior because the
Application Icon is the one which represent the application both at runtime
but also in the file system. When we view  the application's executable
file in the file explorer, we can see the Application Icon displayed. So
the application icon must be included in the application(project) itself.  
It's different from the Form's icon which can be set at runtime and can be
load from a external location.

Thanks.

Regards,

Steven Cheng
Microsoft Online Support

Signature

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.