Home All Groups Group Topic Archive Search About
Author
10 Jul 2006 8:15 AM
Aristotelis Pitaridis
I am trying to find a way to change programmatically 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

Author
10 Jul 2006 7:26 AM
Sugan
Add tooltip component to your form.

Edit the tooltip for control by

ToolTip1.SetToolTip(ControlName, "Your ToolTip")

Similarly use ToolTip1.GetToolTip(ControlName)

-Sugan
Author
10 Jul 2006 8:42 AM
Aristotelis Pitaridis
Thenk you Sugan

Aristotelis

Show quoteHide quote
? "Sugan" <vsu***@gmail.com> ?????? ??? ??????
news:1152516361.604774.241020@m79g2000cwm.googlegroups.com...
>
> Add tooltip component to your form.
>
> Edit the tooltip for control by
>
> ToolTip1.SetToolTip(ControlName, "Your ToolTip")
>
> Similarly use ToolTip1.GetToolTip(ControlName)
>
> -Sugan
>