|

06-29-2009, 03:28 AM
Hi Divya,
I have also met this kind of problem before. When I set Text for ToolTip, I can't resize them and all the things, just can display in one row and they are very long by the way.
Then I did some general fix on the GUI of the project, Before SetToolTipText(String text), i handled the text information, i inserted ‘\n’ for each 50 chars, then made these text wrap. That's a kind of way to resize them indirectly. And I think the effects were good.
Wish it could be helpful.
|