Einzelnen Beitrag anzeigen

Benutzerbild von jim_raynor
jim_raynor

Registriert seit: 17. Okt 2004
Ort: Berlin
1.251 Beiträge
 
Delphi 5 Standard
 
#7

Re: in Listbox ein Icon vor jeder Zeile

  Alt 27. Dez 2005, 20:41
Oh. Sorry hab ich erst jetzt gesehen. Du musst dann natürlich zweimal Textout machen.

Delphi-Quellcode:
canvas.Font.Color := clYellow;
canvas.textout(rect.Left+2,rect.top+2,inttostr(index+1)+'.');
canvas.Font.Color:=clWindowText;
Canvas.TextOut(Rect.Left+100,rect.Top+2,items[index]);
Christian Reich
Schaut euch mein X-COM Remake X-Force: Fight For Destiny ( http://www.xforce-online.de ) an.
  Mit Zitat antworten Zitat