Tool tips for custom made control using CToolTipCtrl ? (MFC)

Posted by kobac on Stack Overflow See other posts from Stack Overflow or by kobac
Published on 2010-04-26T09:14:24Z Indexed on 2010/04/26 11:53 UTC
Read the original article Hit count: 165

Filed under:
|

I made a custom control derived from CWnd (a line chart) and I'm wondering if I can use CToolTipCtrl for displaying tool tips for points on the graph. If yes, how could I do that?

Btw, when I move my mouse over the point, the rectangle containg string with information about values of the point, should pop up.

© Stack Overflow or respective owner

Related posts about c++

Related posts about mfc