Icons in Windows Form Applications (VS2008)
Posted
by typoknig
on Stack Overflow
See other posts from Stack Overflow
or by typoknig
Published on 2010-04-30T01:10:25Z
Indexed on
2010/04/30
1:17 UTC
Read the original article
Hit count: 337
This is yet another question about .ico files. I have read through many pages trying to figure this out but I am unable to. When I go to Properties -> Application of my Windows Form Application there is a place for me to pick the icon for my application. I have made a 32x32 icon and it takes it just fine, but the image is grainy when it is applied to my .exe file, like it is a picture that has been expanded more than it should have.
1.) Why is this?
2.) Is there any .ico file size other than 32x32 than a Windows Form Application can accept?
I have tried 48x48 but it doesn't like that. I just want my .exe file to look nice!
© Stack Overflow or respective owner