I am right clicking on a listview to have it popup a menu, BUT I also want it to select the listitem that you have right clicked on, essentially I want the right click to perform the left click action before the right click action. I have tried calling the Listview1_Click function, but does not work. Shed some light somebody?
I am detecting the right click by the MouseDown function, perhaps this is causing my problem, how do I detect a right mouse click in a Click function (Listview1_Click)
Thanks buddies




Reply With Quote