Default Application Icon
-
not sure if this is the best forum for this... i am trying to figure out how to set the "application icon" for my C# winforms project, (ie the icon you see from explorer, etc) at one point it was the same as the main form's icon, but no longer... i cannot find anywhere in VS.net to set this, i am pretty sure there is a compiler flag i can use,something like /w32icon but i would like to remain in VS.net if possible Thanks for any help :confused:
-
not sure if this is the best forum for this... i am trying to figure out how to set the "application icon" for my C# winforms project, (ie the icon you see from explorer, etc) at one point it was the same as the main form's icon, but no longer... i cannot find anywhere in VS.net to set this, i am pretty sure there is a compiler flag i can use,something like /w32icon but i would like to remain in VS.net if possible Thanks for any help :confused:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cscomp/html/vcerrWin32iconImportIcoFile.asp[^] Michael But you know when the truth is told, That you can get what you want or you can just get old, Your're going to kick off before you even get halfway through. When will you realise... Vienna waits for you? - "The Stranger," Billy Joel
-
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cscomp/html/vcerrWin32iconImportIcoFile.asp[^] Michael But you know when the truth is told, That you can get what you want or you can just get old, Your're going to kick off before you even get halfway through. When will you realise... Vienna waits for you? - "The Stranger," Billy Joel
msdn claims there is a general property page under "common" properties.... perhaps this is not included in VS.net 2002? i suppose i can compile from commandline for release builds... just kind of a big nuisance
-
not sure if this is the best forum for this... i am trying to figure out how to set the "application icon" for my C# winforms project, (ie the icon you see from explorer, etc) at one point it was the same as the main form's icon, but no longer... i cannot find anywhere in VS.net to set this, i am pretty sure there is a compiler flag i can use,something like /w32icon but i would like to remain in VS.net if possible Thanks for any help :confused:
Verdant123 wrote: i am trying to figure out how to set the "application icon" for my C# winforms project, (ie the icon you see from explorer, etc) Try right clicking on the project and selecting "Properties". The option should appear in the window that opens up. - Nick Parker
My Blog -
Verdant123 wrote: i am trying to figure out how to set the "application icon" for my C# winforms project, (ie the icon you see from explorer, etc) Try right clicking on the project and selecting "Properties". The option should appear in the window that opens up. - Nick Parker
My Blogthanks! i was being dunce and looking at the solution properties... now i have my purdy icon :)