Unicode Controls & Classes for VB6 - Version 4

clsTrayArea.ChangeIcon Function

Changes a certain icon on the Tray Area with the specified one

Syntax
Public Function ChangeIcon (ByRef uID As Long, _
ByRef hIcon As Long) As Boolean
Parameters
Parameter Description
ByRef uID As Long The icon identifier
ByRef hIcon As Long Then new icon handle
Remarks