Home > Archive > Visual Basic > November 2005 > 2 Lines ToolTip?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Most of the controls in my VB6 application renders a tooltip when the
mouse is moved over the controls but some of the tooltips are too long;
so I did like to break it into 2 lines. I tried using vbCr, vbCrLf,
vbLf & vbNewLine but that doesn't break the tooltip into 2 lines.
How do I create a tooltip that spans 2 lines?
Thanks,
Arpan
| |
|
| "Arpan" <arpan_de@hotmail.com> wrote in news:1133166271.566325.181050
@g14g2000cwa.googlegroups.com:
> Most of the controls in my VB6 application renders a tooltip when the
> mouse is moved over the controls but some of the tooltips are too long;
> so I did like to break it into 2 lines. I tried using vbCr, vbCrLf,
> vbLf & vbNewLine but that doesn't break the tooltip into 2 lines.
>
> How do I create a tooltip that spans 2 lines?
>
> Thanks,
>
> Arpan
>
>
use the tooltip class from mvps.org.
DanS
|
|
|
|
|