Hello,
How can I produce the same effect in C++ then the one I had in VB with ToolTipText property. For those unfamiliar to VB, the ToolTipText is the text that may appear if you let your mouse over a control.
Printable View
Hello,
How can I produce the same effect in C++ then the one I had in VB with ToolTipText property. For those unfamiliar to VB, the ToolTipText is the text that may appear if you let your mouse over a control.
http://msdn.microsoft.com/library/de..._tool_tips.asp
I think this might deal with MFC tooltips, but it should lead to an API version at some point, if that is what you're looking for.
:)
That was what I search, but it was only for MFC, and I don'T know and doesn't want to know how to use it. I would need an API method to do it.
common controls -> tooltip control