Hello,
I'm in need of color highlighting individual words with in a tooltip.
I'm thinking that the standard tooltip in c# can't do that since it looks like it just takes a unicode string. (Is that correct or is there some gucci way of getting around that?)
I did some googling and found what appears to be a C++ solution(which functionally is what I was looking but is in C++)
http://www.codeguru.com/cpp/controls/richedit/article.php/c2405
I haven't found anything for C# yet? Any suggestions??