Allows to display an icon to Notification Area on PPC (NotifyIcon.dll) and to Systam Tray on PC (NotifyIconDesktop.dll)
Functions:
Add - Adds the application Icon to Notification Area for PPC and the icon ni.ico to System Tray for PC. For PPC the icon should be 16x16 pixels.
Remove - removes the Icon
Properties:
IconText - (PC only) The text to display when the mouse is over the icon
Events:
Click - Fires when the icon is clicked
The PPC source code (with some modifications) is from NotifyClient sample found on MSDN (Microsoft Developers Network)
Attached is a zip file with DLLs and sample ni.ico
PPC version c# source code can be downloaded from here http://www.terracom.gr/basic4ppc/NotifyIcon_source.zip
PC version c# source code can be downloaded from here http://www.terracom.gr/basic4ppc/NotifyIconDesktop_source.zip
For how to use it, see dzSpy application I've posted here http://www.b4x.com/forum/showthread.php?t=452
Functions:
Add - Adds the application Icon to Notification Area for PPC and the icon ni.ico to System Tray for PC. For PPC the icon should be 16x16 pixels.
Remove - removes the Icon
Properties:
IconText - (PC only) The text to display when the mouse is over the icon
Events:
Click - Fires when the icon is clicked
The PPC source code (with some modifications) is from NotifyClient sample found on MSDN (Microsoft Developers Network)
Attached is a zip file with DLLs and sample ni.ico
PPC version c# source code can be downloaded from here http://www.terracom.gr/basic4ppc/NotifyIcon_source.zip
PC version c# source code can be downloaded from here http://www.terracom.gr/basic4ppc/NotifyIconDesktop_source.zip
For how to use it, see dzSpy application I've posted here http://www.b4x.com/forum/showthread.php?t=452