redkr0w wrote: » I'm writing a small app for myself which has a control list, i'd like to add a context menu when i right-click on a row in the list, then allow editing that row. has anyone here got source code in C/C++ that shows how to do this? i've already searched online and did find lots of discussion/code snippets, but nothing complete which can be compiled and seen in action. ideally, i'd like to processrun code when the app receives the WM_CONTEXTMENU message TIA
redkr0w wrote: » Thanks DD But what if the user is left handed? i haven't checked whether left-click would work, but WM_CONTEXTMENU should work for both, i guess? i'll have another go at it..were you using MFC code?