How to set the Tooltips width?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Dear all, To show a tooltip for my control, I used the most basic way; that is, calling the EnableToolTips() and handling the TTN_NEEDTEXT notification. However, my text is too long to be showed in a single line, so I want to break and show it in several lines. Please show me how to do it. I tried setting the maximum tooltip width via message TTM_SETMAXTIPWIDTH, but I failed. It does no effect !!! Thanks so much. Best regards.