질문하기질문하기
 

답변됨Application icon on desktop looks ugly

  • 2009년 7월 3일 금요일 오후 5: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일 금요일 오후 6: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일 금요일 오후 9:38
    •  

모든 응답

  • 2009년 7월 3일 금요일 오후 6: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일 금요일 오후 9:38
    •  
  • 2009년 7월 3일 금요일 오후 9:37si124 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     

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