When I right click on a ListBox,which message will the window receives?

Started by stalker, July 30, 2008, 09:04:58 AM

Previous topic - Next topic

jj2007

Quote from: PBrennick on July 31, 2008, 02:50:05 PM
JJ,
Tedd already explained this in another topic. If you add
...
    invoke  IsDialogMessage, hFind, addr msg  ; Find Dialog box message?

Maybe we can ask Stalker to post his code, and then you try to make it work? I tried in my own editor, but the listbox just doesn't care about WM_RBUTTONxx.