by Inabyte - Product Type: Component / ActiveX OCX
Place your application's icon in the Windows system tray. InaSysTray is an ActiveX component that allows you to place your application's icons in the Windows Taskbar System Notification Area - commonly called the system tray. The icon will respond to standard Windows events such as clicks, double-clicks, right-clicks, and other mouse events. You can also display a configurable tool tip caption as well as a popup menu.
Our regular prices are shown below. Please logon to see your discounted prices.
| Add to Cart | $ 38.22 | 1 Developer License | Download (1.5 MB) | |
| Add to Cart | $ 97.02 | 4 Developer Team License | Download (1.5 MB) | |
| Add to Cart | $ 146.02 | 8 Developer Team License | Download (1.5 MB) | |
| Add to Cart | $ 979.02 | 1 Site Wide License (Allows Unlimited Developers at a Single Physical Address) | Download (1.5 MB) |
Our prices include ComponentSource technical support and, for most downloadable products, an online backup and a FREE upgrade to the new version if it is released within 30 days of your purchase. All sales are made on our standard Terms and Conditions and subject to our Return Policy. Please contact us if you require any licensing option not listed above including volume licensing and previous versions.
Our regular prices are shown above. Please logon to see your discounted prices.
InaSysTray Control features include:
An automatic balloon-help tooltip that can be updated at runtime
Configurable icon that you can change dynamically to indicate the status of your application
Full support for all mouse events as well as the click event, so your icon will behave just like a standard Windows application
Don't waste time learning obscure Windows 95 Shell API calls when you can drop this on the form, set two properties and get on with your work without further worry.
Developers can dynamically control whether an icon appears in the systray and the text of the tool tip caption. Developers can change both of these at runtime if needed. The icon in the systray will respond to the click, doubleclick, mousedown, mousemove and mouseup events.
Controlling the System Tray Control's behavior through code is very easy because the control's custom properties have been kept to a minimum. To use System Tray, put the control on a form. At designtime, developers can set the control's TrayIcon property to any icon. At runtime, the TrayIcon property can be set programatically to the contents of a picture box, an image control, the index of a resource file or to any icon available on disk using the VB LoadPicture method.
Developers can control the icon's appearance using the State property, a boolean property with build-in constants of ccTrayHide (0) and ccTrayShow (1). The default is ccTrayShow. This property can be set at runtime if the developer requires that the icon not always be visible. By default, the control will always start with the State property set to ccTrayShow.
Like all icons in the systray, System Tray can display a popup balloon help at runtime. The text for this is set at designtime or runtime using the TrayIconText property.
Thus setting all the relevant properties requires no more code than:
InaSysTray1.TrayIcon = MyIcon.ico
InaSysTray1.TrayIconText= My icon
There are no custom events associated with this control. The System Tray Control will respond to the standard Click, DoubleClick, GotFocus, LostFocus, MouseDown, MouseMove and MouseUp events.
There are no custom methods associated with this control.
Note that System Tray does not support drag-and-drop procedures to the icon in the systray.