OnNotifyMessage for mouse Events

  • Thread starter Thread starter Laurent Lequenne
  • Start date Start date
L

Laurent Lequenne

Hello there,

I'm trying to capture mouse events on a usercontrol as a Listview does not
generate any mouse event when it is outside the client zone (Border /
Scrollbar) . To do that I would like to use the EnableNotifyMessage and the
OnNotifyMessage(Message m) method. It works fine it captures all messages.
I would like now to be able to get the mouse event messages into some
readable information ! Any Idea on how to proceed ? They are talking about a
GetLParam to get info into a structure, but I do not find any information
about that structure :-)

Thanks a lot,

Laurent
 
Back
Top