Unicode Controls & Classes for VB6 - Version 4
clsTrayArea
.ChangeTip Function
Changes the tip associated with the specified icon to another
Syntax
Public Function ChangeTip (ByRef
uID
As Long, _
ByRef
sTip
As String) As Boolean
Parameters
Parameter
Description
ByRef
uID
As Long
The icon identifier
ByRef
sTip
As String
The new tip
Remarks