ToolTip

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Aristotelis Pitaridis

    #1

    ToolTip

    I am trying to find a way to change programmaticall y the ToolTip text of a
    control during the execution, but I can not find a property or method to do
    it. Does anyone knows a way to do such a change?

    Aristotelis


  • Sugan

    #2
    Re: ToolTip

    Add tooltip component to your form.

    Edit the tooltip for control by

    ToolTip1.SetToo lTip(ControlNam e, "Your ToolTip")

    Similarly use ToolTip1.GetToo lTip(ControlNam e)

    -Sugan

    Comment

    • Aristotelis Pitaridis

      #3
      Re: ToolTip

      Thenk you Sugan

      Aristotelis

      ? "Sugan" <vsugan@gmail.c om?????? ??? ??????
      news:1152516361 .604774.241020@ m79g2000cwm.goo glegroups.com.. .
      >
      Add tooltip component to your form.
      >
      Edit the tooltip for control by
      >
      ToolTip1.SetToo lTip(ControlNam e, "Your ToolTip")
      >
      Similarly use ToolTip1.GetToo lTip(ControlNam e)
      >
      -Sugan
      >

      Comment

      Working...