How to handle Listview mouse events?
-
Hi I am working on vb2005 .In my require ,I need to handle mouseclick and mousedoubleclick events .I tried to use those event ,but for both single and double click only mouseclick event is raising. So ,how could I handle both the situations? Please help me out in solving my issue.. Thanks Chaitanya
-
Hi I am working on vb2005 .In my require ,I need to handle mouseclick and mousedoubleclick events .I tried to use those event ,but for both single and double click only mouseclick event is raising. So ,how could I handle both the situations? Please help me out in solving my issue.. Thanks Chaitanya
-
aaaa. i cant remember too well, but there is a double click event for what u looking for in vb.net and i found it last time doing a simple google for "vb" double click event... soz mate
Thanks Brajoez.. But I need to handle both the click and doubleclick events at a time . For me, when I click once, it is raising click event and same for doubleclick too.. I want to differentiate both..