Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
45
Build in the Ultratooltip an clickable button to Show a form
posted

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.Office2007

message="<p style='width: 260px; margin-left: 4px; margin-right: 4px;'>Test:" & sText1 & "</p><p>

  TipInfo.ToolTipTextFormatted = sMeldung


Can i have in the message clickable button that me Show on click a new Windows Form ? 

Parents
No Data
Reply
  • 469350
    Offline posted

    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. 

Children
No Data