Hi , i create with
Dim TipInfo As New UltraToolTipInfo() TipInfo.ToolTipTextStyle = ToolTipTextStyle.Formatted Me.UltraToolTipManager1.SetUltraToolTip(Me.f_oLabel_Value, TipInfo) Me.UltraToolTipManager1.DisplayStyle = ToolTipDisplayStyle.Office2007message="<p style='width: 260px; margin-left: 4px; margin-right: 4px;'>Test:" & sText1 & "</p><p> TipInfo.ToolTipTextFormatted = sMeldungCan i have in the message clickable button that me Show on click a new Windows Form ?
It's not exactly clear what you want to acheive here, but it sounds like you either need to show a form, or else maybe you could get what you want using UltraDesktopAlert - which allows you to pop up a message and supports hyperlinks.