Link to home
Start Free TrialLog in
Avatar of Member_3480671
Member_3480671

asked on

List control - notification of a right click

I have a list control with several items in it and I'm able to react if the user doubleclicks an icon by responding to the WM_NOTIFY message and checking for LVN_ITEMACTIVATE in the parameter.
I would like to be able to respond to right click events too however, similar to how the explorer displays a menu if you right click a file. In the msdn library or in the windows headers I haven't found a parameter for that though.

thanks for any help
ASKER CERTIFIED SOLUTION
Avatar of jkr
jkr
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial