The icon in the taskbar is looking very ugly in my WPF application.
The designer sent me some PNGs like:
32×32, 64×64, 96×96, 128×128, 192×192, 256×256, 512×512.
What do I have to do to get the goodloking taskbar icon?
Thank you!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Make an .ico file containing multiple sizes. At a minimum, you should have the following sizes: 16×16, 32×32, 48×48, and 256×256 according to the Windows icon visual guidelines. Having a single .ico file will help Windows pick the best size and scale it appropriately depending on the situation (application icon, large taskbar, small taskbar, etc.)
If you aren’t a designer, then it’s also better to let your designer make the 16×16 image, since it’s possible the larger images you have have too much detail and do not scale down very well. If the larger images are very detailed, then the designer could make the smaller images simpler so that the icon shows better. The visual guidelines linked above have more tips about this.