CreateBalloonTip(ControlTipNumber, ControlNumber, Title.s, Text.s, Icon)

Create a Balloon Tip control associated with the ControlTipNumber, it is created as another type of controls, you must to define a Control number for the Balloon tip, Icon can take these values:

#VMB_BALLOONTIP_NOICO, Balloon tip without icon.
#VMB_BALLOONTIP_INFOICO, Balloon tip with information icon.
#VMB_BALLOONTIP_WARNINGICO, Balloon tip with warning icon.
#VMB_BALLOONTIP_ERRORICO, Balloon tip with error icon.