![]() |
Alle Tray-Icons auflisten
Wie kann ich alle TrayIcon - Texte (...) in eine listbox bekommen?
Sprich einfach auflisten welche Trayicons derzeit grad neben der Uhr sind. thx |
Re: Alle Tray-Icons auflisten
Liste der Anhänge anzeigen (Anzahl: 1)
Hi,
Schau mal in die Anlage :zwinker: |
Re: Alle Tray-Icons auflisten
thx
|
Re: Alle Tray-Icons auflisten
Hi....ich wollte fragen wie ich die Tray Icons einfach so als Objekt?! Bild?! auf meine Komponente bekomme, ohne eine Listview und so!?
|
Re: Alle Tray-Icons auflisten
Hallo,
Schau dir mal DrawIcon resp. DrawIconEx an.
Delphi-Quellcode:
DrawIcon(bmp.Canvas.Handle, 0, 0, ticons[x].hIcon);
|
Re: Alle Tray-Icons auflisten
ich check das nich so ganz
Delphi-Quellcode:
Joa das bei Picture.Icon is falsch, ist mir schon klar, nur was kommt dahin? oder kann man das gar nicht so machen?
for x := 1 to LV.items.count-1 do
begin task[1]:= TImage.Create(nil); with task[1] do begin Parent := frmMain; Height := 27; Width := 100; Top := 12; Picture.Icon := TIcon.Create; Stretch := true; if x <> 0 then Left := Width * x + (x-2)*Height else Left := Parent.Width - Width * 3 div 2; Show; Repaint end; end; |
Alle Zeitangaben in WEZ +1. Es ist jetzt 20:15 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz