ReportControl mouse overs |
Post Reply |
Author | |
mparedes
Newbie Joined: 30 May 2006 Location: United States Status: Offline Points: 1 |
Post Options
Thanks(0)
Posted: 30 May 2006 at 4:14pm |
Hi,
I've been trying to catch when a user mouses over a particular row with no success. I can catch mouse clicks no problem using: ON_NOTIFY(NM_CLICK, XTP_ID_REPORT_CONTROL, OnClick) but when I use: ON_NOTIFY(NM_HOVER, XTP_ID_REPORT_CONTROL, OnHover) I get no notification. Is there another way I can use to catch mouse overs on a particular cell/row/column? Thanks -martin |
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
Hi Martin,
As an another way I can suggest you catching MouseMove message in your customized Report control class. Something like following:
-- WBR, Serge |
|
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 |