quote:
Originally posted by CookieRevised
nope... this class doesn't have anything todo with that (Plus!'s interface <help> tag, which will create a real tooltip).
This class creates its own tooltip windows.
Hmm... but it's using the Windows API message "TTM_ADDTOOL" to actually create it, right? Let me check MSDN...
Right, MSDN just says it registers a tooltip for a control, but can it be used on an element too? Like, let's say, can you use TTM_ADDTOOL to create a tooltip for an ImageElement? 
Aargh, I'll STFU! You're right, it can be used on any control whose handle can be returned by PlusWnd.GetControlHandle. I should've analyzed the code better.
