Print Page | Close Window

about OBN_XT_ITEMRCLICK

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=2627
Printed Date: 08 November 2025 at 4:11pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: about OBN_XT_ITEMRCLICK
Posted By: redduke
Subject: about OBN_XT_ITEMRCLICK
Date Posted: 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




Replies:
Posted By: Oleg
Date 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



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net