Autor Beitrag
alias5000
ontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic starofftopic star
Beiträge: 2145

WinXP Prof SP2, Ubuntu 9.04
C/C++(Code::Blocks, VS.NET),A51(Keil),Object Pascal(D2005PE, Turbo Delphi Explorer) C# (VS 2008 Express)
BeitragVerfasst: Mi 18.04.07 13:19 
Hi!
Ich möchte mir mit der pictureBox, wie es ihre Aufgabe ist, ein paar Bildchen anzeigen lassen.
Dabei mache ich zum Laden nichts anderes als
ausblenden C#-Quelltext
1:
2:
pictureBox1.ImageLocation = /*irgendein gültiger Dateiname, bisher im ICO- Format*/
pictureBox1.LoadAsync();


Ich habe die Icons mal verglichen und festgestellt, dass die pictureBox die Icons mit 4bit Farbtiefe anzeigt, aber die mit 24bit nicht. Warum?

(ich hab dann das 24bit Bildchen mal in ein 4bit konvertiert und dann wurde es auch angezeigt...)

Gruß
alias5000

_________________
Programmers never die, they just GOSUB without RETURN
alias5000 Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic starofftopic star
Beiträge: 2145

WinXP Prof SP2, Ubuntu 9.04
C/C++(Code::Blocks, VS.NET),A51(Keil),Object Pascal(D2005PE, Turbo Delphi Explorer) C# (VS 2008 Express)
BeitragVerfasst: Sa 21.04.07 12:20 
..und nochmal die Frage...

_________________
Programmers never die, they just GOSUB without RETURN