Is there a way to move the tooptiptext
to a desired position on the screen rather
than automatically displayed at where the
mouse pointer is?
My problem is there is a control on my form
which has a long tooltiptext and when the
mouse is rested on the right side of the
form, part of the tip text is extended
beyond the right side of the screen. I'd
like to reposition it to the left so to
display the complete text.
I know there are control class that splits
text into 2 rows, but is there a way i do that
without using those download class?
JW