MSDN > 論壇首頁 > Windows Presentation Foundation (WPF) > Application icon on desktop looks ugly
發問發問
 

已答覆Application icon on desktop looks ugly

  • 2009年7月3日 下午 05:42si124 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     

    I use a big icon (256) for my WPF application icon. I can see it very nice if I place it on my vista desktop. Also in application window and in taskbar application looks OK:
    But when I add a shortcut or my application.exe on destop, icon looks very ugly.
    Where is the problem. How could I fix this?

    Thanks for help in advance!

    Simon

解答

  • 2009年7月3日 下午 06:19Mark SalsberyMVP使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     已答覆
    Maybe try adding other smaller sizes (16x16, 32x32) to your icon so the system doesn't have to scale it.


    Mark

    Mark Salsbery Microsoft MVP - Visual C++
    • 已標示為解答si124 2009年7月3日 下午 09:38
    •  

所有回覆

  • 2009年7月3日 下午 06:19Mark SalsberyMVP使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     已答覆
    Maybe try adding other smaller sizes (16x16, 32x32) to your icon so the system doesn't have to scale it.


    Mark

    Mark Salsbery Microsoft MVP - Visual C++
    • 已標示為解答si124 2009年7月3日 下午 09:38
    •  
  • 2009年7月3日 下午 09:37si124 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     

    I added also 128, 64, 48, 32, 24 and 16 sizes and now everything works OK.
    Thanks for help!!!