![]()
![]()
Content:
TrayIcon v.1.0 is Freeware and never expire. | |
TrayIcon v.1.0 is very easy to use. | |
TrayIcon v.1.0 was writed in VB 5.0 with API. | |
TrayIcon v.1.0 sopport three buttons mouse. | |
TrayIcon v.1.0 has click and double-click recognition. | |
TrayIcon v.1.0 has Icon Flash and Sound Notify properties. | |
To use in any VB application you must only drop the FlshTray.ocx in your \Windows\System directory and then attach the component System Tray Icon v.1.0 to the VB tool-bar. | |
The activex TrayIcon v.1.0 is a copywrited software and it is FREWARE for use in any non commercial, commercial, enterprise or corporate application. | |
You can free distribute TrayIcon v.1.0 but you must attach this ReadMe.htm file and the test application without any update or modification. | |
To license TrayIcon v.1.0 for commercial, enterprise or corporate applications you must only notify the use, what kind of application and give some credit to the author. | |
The author need your feedback to make more and better freeware software and controls, please report any bug to: [email protected]. | |
Enjoy ! |
| Property Name | Type | Description |
| Enabled | Read-Write | Returns/Sets a value that determine whether a System Tray Icon can receive mouse events. |
| FlashEnabled | Read-Write | Returns/Sets a value that determine whether a System Tray Icon can Flash over the System Tray. |
| FlashIcon | Read-Write | Returns/Sets an Icon that alternate with the default Icon when in Flashing Mode. |
| FlashInterval | Read-Write | Returns/Sets the time Interval in miliseconds of the Flashing Mode. |
| FlashSound | Read-Write | Returns/Sets a value that enable a beep sound during Flashing Mode. |
| Icon | Read-Write | Returns/Sets the default Icon to place over the System Tray. |
| ToolTipText | Read-Write | Returns/Sets the text displayed when the mouse is paused over the System Tray Icon. |
| TrueClick | Read-Write | Returns/Sets a value that enable click and double-click recognition. |
| Visible | Read-Write | Returns/Sets a value that determines whether a System Tray Icon is visible or hidden. |
| Method Name | Parameters | Return | Description |
| (none) | (none) | (none) | (none) |
| Event | Parameters | Description |
| LeftButtonClick | (none) | It's fired when the mouse left button is clicked over the System Tray Icon. |
| LeftButtonDoubleClick | (none) | It's fired when the mouse left button is double-clicked over the System Tray Icon. |
| MidButtonClick | (none) | It's fired when the mouse mid button is clicked over the System Tray Icon. |
| MidButtonDoubleClick | (none) | It's fired when the mouse mid button is double-clicked over the System Tray Icon. |
| RightButtonClick | (none) | It's fired when the mouse right button is clicked over the System Tray Icon. |
| RightButtonDoubleClick | (none) | It's fired when the mouse right button is double-clicked over the System Tray Icon. |