FILE: SYSTRAY.EXE:ActiveX Control Adds Icons to Status AreaID: Q177095
|
SYSTRAY.EXE is an ActiveX control written in Visual Basic that demonstrates
how to add icons to the status area of the taskbar and also processes
callback messages for taskbar icons. Using the new Visual Basic 5.0
AddressOf function, the callback messages are received and processed in a
module that is registered as a callback function in a Win32 API call.
The Visual Basic project for this control can be downloaded from the Visual
Basic Owner's site at the following URL:
In Visual Basic version 4.0, manipulating the status area of the taskbar
required the use a Visual Basic intrinsic control to serve as a Window that
reacts to the callback message. Using an intrinsic control in this fashion
was a way to work around the inability version 4.0 to work with pointers.
This method is documented in the following article in the Microsoft
Knowledge Base:
Q162613 : HOWTO: Manipulate Icons in the System Tray with Visual Basic
Additional query words: system tray
Keywords : kbVBp500
Version : WINDOWS:5.0
Platform : WINDOWS
Issue type :
Last Reviewed: May 20, 1999