Lewis Z.
2010-01-05 22:46:37 UTC
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.
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.