Page 1 of 1

Trayicon hint and Windows 7

Posted: Thu Apr 02, 2009 12:11 pm
by brianwarming
Getting the trayicon hint from another process does not seem to work on Windows 7 (using build 7057) (32 bit) The returned string is empty.

Works fine on XP SP3 and Vista SP1 (both 32 bit)

Code: Select all

if Process('gnotify.exe').IsStillRunning then
begin
  hintStr := Process('gnotify.exe').TrayIcons.Items[0].Hint;
  Memo1.Lines.Add('Got hint text : ' + hintStr);
end;

Posted: Thu Apr 23, 2009 11:56 am
by madshi
Windows 7 support is not finished yet.