|
STI 1.06 Features
STI ActiveX Control Features:
- Gets all information about
applications running in system tray
[Application path, uID, Hwnd, hicon, tooltip,
ucallbackmessage etc...];
-
Hide a specified icon from system tray
area.
What is the
kind of the information returned by STI?
- Hwnd: Handle to the window that will receive notification messages
associated with an icon in the taskbar status area.
- uId: Application-defined identifier of the
taskbar icon.
- ucallbackMessage: Application-defined
message identifier. The system uses this identifier for notification
messages that it sends to the window identified in hWnd. These
notifications are sent when a mouse event occurs in the bounding
rectangle of the icon.
- Param1(1): unknown interpretation.
- hIcon: Handle to the icon.
- Param2(2): unknown interpretation.
- APath: The path of the application which
adds the icon to system tray area.
- ToolTip: The tooltip associated with the
icon.
- Bitmap: index of the posted icon.
- Command: command id.
- State: icon state.
- Style: icon style.
- Data: pointer to the data of the tray.
- str: pointer to tooltip.
|
|