![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Additional Libraries Users contributed libraries. This sub-forum is only available to licensed users. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
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/Not...top_source.zip For how to use it, see dzSpy application I've posted here dzSpy - Spy and Task Manager App - Open Source |
|
||||
|
And a short sample.
Compile it (needs notifyicon libraries and formlib) and put test3.exe, NotifyIcon.dll and FormLib.dll in your device Run test3.exe, press "Show Icon", then the cross upper right. You will see the icon in Notification Area (as in pic1) Click the icon... Last edited by dzt : 07-03-2007 at 03:26 PM. Reason: add ni.ico to zip |
|
||||
|
Hi JJM,
IconText is useful only for desktop computer not for PPC. Put your mouse pointer over any icon in System Tray and you will see some text to appear. For your program you could set this text using the IconText property. Run on your PC test3.sbp I've posted. Regards |
|
||||
|
Hi GableGuy,
I don't know why this happens to your computer. I've tested it in several PCs with various operating systems (Windows 2000, XP, Vista) and works fine in every case. But I've made the library for PPC. The desktop version made only to help to design the app in basic4ppc. And in that case (PPC) IconText is a dummy property. Regards |
|
||||
|
Quote:
This used to happen occasionally on my XP system and when it did I just ran FixToolTips.exe for an instant fix. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| NotifyIcon.dll dosen´t run | Bobbes | Bug Reports | 2 | 05-25-2008 07:55 PM |
| LinkLabel - Libary | hoffi | Additional Libraries | 14 | 05-18-2007 07:40 PM |