Evtl. hast du die Balloon-Hints ausgestellt? Mit Tools wie TweakXP geht das (umgekehrt natürlich auch).
Hatte vor einigen Monaten auch das Problem, dass die Komponente TCoolTrayIcon bzw. auch eine selbst erstellte einfach keine Balllonhints anzeigen wollten. Dann kam ich darauf, dass diese Funktion wohl abgeschaltet ist.
Dieser Code funktioniert bei mir unter XP SP2 (Delphi Tray-Komponente):
Delphi-Quellcode:
MainForm.TI.BalloonFlags := aBallonFlag;
MainForm.TI.BalloonHint := aText;
MainForm.TI.ShowBalloonHint;
Edit: Hier kann man es manuell aktivieren:
Zitat von
http://www.nncron.ru/help/EN/commands/messages.htm#BALLOON:
Note: if BALLOON: seems not to work on your PC check the following registry path: HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced. The value EnableBalloonTips need to be set to dword:00000001.