-
Jon © (15.10.10 05:20) [0]Is it possible to obtain the area of the trayicon?
I tried this but it did not work:
function GetTrayIconRect: TRect;
begin
GetWindowRect(TrayIcon.Wnd, Result);
end; -
Jon © (15.10.10 05:23) [1]Note, forgot to mention, TrayIcon is my applet's trayicon:
var
TrayIcon: PTrayIcon;
...
TrayIcon := NewTrayIcon(Applet,LoadIcon(hInstance,'MAINICON')); -
No. Only to handle mouse events.