We have been using this tooltip component for all our MFC UI.
http://www.codeproject.com/KB/miscctrl/XSuperTooltip.aspx . This tooltip class supports HTML and we use this MFC tooltip heavily in different places to...
1. Show tabular data on tooltip using TABLE, TR, TD tags
2. Show multiple images wherever needed using IMG tag
3. Show selective text in different format e.g. Bold, underline, italics, different-color.
4. Switch between Balloon type tooltips and Office 2007 style tooltips on demand
We are now moving to C# and are using SuperTooltip, but cannot achieve the above.
How can I acheive the same with SuperTooltips?
Any help in this regard will be appreciated.