Unicode Controls & Classes for VB6 - Version 4
clsTrayArea
.hWnd Property
Sets the window handle that will receive notification messages from the Tray Area
Usually one can use a PictureBox.hWnd value
Syntax
Public Property Let hWnd (ByRef
lHwnd
As Long)
Parameters
Parameter
Description
ByRef
lHwnd
As Long
the window handle that will receive notification messages from the tray area
Remarks