Hi friends,

I had a problem while handling mouse events.
I am using a listview control of vb2005.

My requirement is to have different results when the listview item is clicked and when it doubleclicked..


i am using listview_mouseclick and listview_mousedoubleclick events..
but when i tried to doubleclick the mouse for the first click itself the listview_mouseclick event is raising...

Please help me out to over come this situation and handle the events correctly