I have a listbox full of items and would like to right click on an item to show some properties of the item. Though I can trap the right click (MOUSEDOWN event), the right click itself does not change the focus to the item that I right clicked - it does when I left click on it, so I wind up showing the properties of the currently selected item and NOT the one I right clicked on. How do I "fake" a left click when I receive a right click event so that the correct item is selected? Can I do this?

I've played with it and have come up empty. But will continue to mess with it.

Thanks.