XTPTabControl catching right-click event |
Post Reply |
Author | |
Kathy
Newbie Joined: 15 August 2007 Status: Offline Points: 2 |
Post Options
Thanks(0)
Posted: 15 August 2007 at 3:08pm |
Hello,
I'm trying to catch the Right click event in tabs created by CXTPTabControl. I looked at the sample MDITabWindow, tried it out and had a linking problem. The problem I have is with the WM_XTP_PRETRANSLATEMOUSEMSG message. I tried looking for this message in my solution, but couldn't find it. There were many other XTP messages but not the one I mentioned earlier. Does anyone know if I have to define it somewhere else or am I missing something?
I'm coding in C++...any help will be greatly appreciated!
Thanks,
Kathy
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
WM_XTP_PRETRANSLATEMOUSEMSG is for CXTPMDITabClient.
just override this class and catch WM_RBUTTONDOWN message.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Kathy
Newbie Joined: 15 August 2007 Status: Offline Points: 2 |
Post Options
Thanks(0)
|
Thanks!
|
|
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 |