Unicode Controls & Classes for VB6 - Version 4

clsTrayArea.ShowBalloonTip Function

Shows a balloon tip associated with the specified icon

Syntax
Public Function ShowBalloonTip (ByVal sMessage As String, _
Optional ByVal sTitle As String = "", _
Optional ByVal eIcon As eBalloonIconTypes = NIIF_INFO, _
Optional ByVal lTimeOutMs As Variant) As Boolean
Parameters
Parameter Description
ByVal sMessage As String The message to show
Optional ByVal sTitle As String = "" The title of the message
Optional ByVal eIcon As eBalloonIconTypes = NIIF_INFO The icon type
Optional ByVal lTimeOutMs As Variant The timeout (in milliseconds)
Remarks