|
|
Comments and Discussions
|
|
 |

|
I love this peace of code, wonderfull job, my complements !!
But there is always something extra I need
Is there a possibility to make textlines in the tooltip box with different colors ?
(except the header, that is already possible)
Best Regards, Frank
|
|
|
|

|
Just add the properties..
|
|
|
|

|
can you give a example ...
|
|
|
|

|
There is a Forecolor property, is this what you mean?
|
|
|
|

|
my mistake... I explain it a little more in detail...
I can set the color with ForeColor, like this:
_ttPicBox1.ForeColor = Color.White;
then the whole text line will be the same color. What i want to do is different lines
with different colors, example:
_ttPicBox1.SetToolTip(pictureBox1, "text of line 1, with color 1" + LINE +
"text of line2, with color 2"+ LINE + LINE +
"text of line 3 with color 3" + LINE +
"text of line 4 with color 4"
);
is there a possibility to do that ?
Thnx in advance
Regards, Frank
|
|
|
|

|
This would require serious modification to code, multiple text and forecolor properties.. good luck
|
|
|
|

|
I was hoping that it was simple ....
but thnx for the nice code.
Regards, Frank
|
|
|
|
 |
|
|
General News Suggestion Question Bug Answer Joke Rant Admin
|
A tooltip replacement class
| Type | Article |
| Licence | CPOL |
| First Posted | 2 Dec 2008 |
| Views | 48,296 |
| Downloads | 1,321 |
| Bookmarked | 189 times |
|
|