Discussion:
Cannot receive TTN_NEEDTEXT for tooltips
(too old to reply)
Lewis Z.
2010-01-05 22:46:37 UTC
Permalink
I try to show tool tips for dialog toolbars. But I don't see any
notifications of TTN_NEEDTEXT. Basically I have added

ON_NOTIFY_EX(TTN_NEEDTEXT, 0, OnToolTipNotify)

in my dialog message map. I also added the following line,

EnableToolTips(TRUE);

in OnInitDialog(). I cannot think what causes the notifications
missing.

Any help is greatly appreciated. Thanks.
Alex Blekhman
2010-01-06 07:53:52 UTC
Permalink
This post might be inappropriate. Click to display it.
Loading...