Thread Probleme bei grafischer Darstellung des Icons (2 answers)
Opened by YAPD at 2016-03-13 16:08

FIFO
 2016-03-13 20:23
#184144 #184144
User since
2005-06-01
469 Artikel
BenutzerIn

user image
Sind in der .ico-Datei die entsprechenden Icon-Größen enthalten? Welche Du brauchst, hängt vom DPI-Setting des Rechners ab:

Code: (dl )
1
2
3
4
5
6
DPI Icon   Small icon
---------------------
96 32x32 16x16
120 40x40 20x20
144 48x48 24x24
192 64x64 32x32
Everyone knows that debugging is twice as hard as writing a program in the first place. So if you're as clever as you can be when you write it, how will you ever debug it? -- Brian Kernighan: "The Elements of Programming Style"

View full thread Probleme bei grafischer Darstellung des Icons