I have a dialog screen containing a listview. I want a help dialog to pop-up if the user
clicks the right mouse key. (With the mouse pointer on the lefthand upper corner
like with most programs)
I use %WM_NOTIFY, %NM_RCLICK to get the mouse event, but cannot find a way to get the mouse
coordinates there. Can it be done without subclassing?
------------------
Peter.
mailto
[email protected][email protected]</A>
clicks the right mouse key. (With the mouse pointer on the lefthand upper corner
like with most programs)
I use %WM_NOTIFY, %NM_RCLICK to get the mouse event, but cannot find a way to get the mouse
coordinates there. Can it be done without subclassing?
------------------
Peter.
mailto

Comment