@DZT,
Thanks for pointing this great library out to me.
I've had a play and got some thing working but from this I have two questions....
1) Have you a list of parameters for each of the messages listed at the start of this thread? How are we to know what lparam and wparam contain?
2) Is it possible to have a simple click event? I've searched through the messages and there are several mouse related messages but none specific to a single click (unless I've missed it). Does this mean that I have to program by own by combining the mousedown and mouseup with a time delay?
The reason for question 2 is that I have a treeview control with a context menu already working but using mousedown on its own prevents the context menu from displaying as there is no way to know if the user has mearly tapped the screen or tapped and held.
Thanks,
RandomCoder
Thanks for pointing this great library out to me.
I've had a play and got some thing working but from this I have two questions....
1) Have you a list of parameters for each of the messages listed at the start of this thread? How are we to know what lparam and wparam contain?
2) Is it possible to have a simple click event? I've searched through the messages and there are several mouse related messages but none specific to a single click (unless I've missed it). Does this mean that I have to program by own by combining the mousedown and mouseup with a time delay?
The reason for question 2 is that I have a treeview control with a context menu already working but using mousedown on its own prevents the context menu from displaying as there is no way to know if the user has mearly tapped the screen or tapped and held.
Thanks,
RandomCoder