![]() |
CoolTrayIcon :Zweite Zeile im Ballonhint möglich ?
Hallo,
wie kann ich eine neue Zeile in einem Ballonhint bei CooltrayIcon einfügen? mein bisheriger code :
Delphi-Quellcode:
Gruß und Danke!
form1.CoolTrayIcon2.ShowBalloonHint('Proxy-Ip','Zeile 1'+'Zeile2', bitInfo, 10);
|
Re: CoolTrayIcon :Zweite Zeile im Ballonhint möglich ?
So vllt.:
Delphi-Quellcode:
form1.CoolTrayIcon2.ShowBalloonHint('Proxy-Ip','Zeile 1' + #13#10 + 'Zeile2', bitInfo, 10);
//Edit: Erster :mrgreen: |
Re: CoolTrayIcon :Zweite Zeile im Ballonhint möglich ?
Versuch mal:
Delphi-Quellcode:
form1.CoolTrayIcon2.ShowBalloonHint('Proxy-Ip','Zeile 1'+#13#10+'Zeile2', bitInfo, 10);
|
Re: CoolTrayIcon :Zweite Zeile im Ballonhint möglich ?
Hat geklappt!!Danke!
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 17:26 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-2025 by Thomas Breitkreuz