![]() |
about OBN_XT_ITEMRCLICK |
Post Reply
|
| Author | |
redduke
Newbie
Joined: 24 July 2005 Location: China Status: Offline Points: 4 |
Post Options
Thanks(0)
Quote Reply
Topic: about OBN_XT_ITEMRCLICKPosted: 24 July 2005 at 3:14am |
|
i want to pop up a menu when click a item in the CXTOutBarCtrl. but the OBN_XT_ITEMRCLICK Message is reached even i have not click a item(just a rihgt click) how can i detect that if it is just click on the item from the OBN_XT_ITEMRCLICK Message thx |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 24 July 2005 at 3:36pm |
|
Hello, try this XT_OUTBAR_INFO* pOBInfo = (XT_OUTBAR_INFO*)lParam; if (pOBInfo->nIndex != -1) { .... |
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
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 |