| Delphi .NET (2) Database (71) Delphi IDE (90) Network (39) Printing (3) Strings (12) VCL (83) Windows with Delphi (280)
New related comments Number of comments in the last 48 hours Access the current row/column of a TMemo |
Trap mouse activity over icon in system icon tray
There is a freeware set of Delphi Components call RX Library
(available at SourceForge.net) that comes with complete source code.
In the array of components is a TrayIcon component..
In that class there is a couple of methods :
procedure TRxTrayIcon.Activate;and procedure TRxTrayIcon.UpdateNotifyData;The conjunction of those two methods should contain the code that gets the job done. Comments:
|