Support TTN_NEEDTEXT on CXTPFrameWnd |
Post Reply |
Author | |
cooltoki
Newbie Joined: 18 October 2012 Status: Offline Points: 5 |
Post Options
Thanks(0)
Posted: 30 October 2012 at 10:47pm |
Hello.
My MFC project is using below...
BEGIN_MESSAGE_MAP(CMainFrame, CFrameWnd)
ON_NOTIFY_EX_RANGE(TTN_NEEDTEXT, 0, 0xFFFF, OnToolTipText) ==> It Works
But on CXTPFrameWnd, that does not called.
BEGIN_MESSAGE_MAP(CMainFrame, CXTPFrameWnd) ON_NOTIFY_EX_RANGE(TTN_NEEDTEXT, 0, 0xFFFF, OnToolTipText) ==> Not Working
Does Toolkit Pro support above notify event?
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |