I have a functionality regarding the double click of ListBox which already has SelectedIndexChanged event.The same events in vb6 works fine,but when it comes to single click the SelectedIndexChanged Event is firing always when I click for Double Click also.
I have tried to use timer and prevent the SelectedIndexChanged event,but no use always firing the SelectedIndexChanged event.
The event sequence in Vb is different when compared to VB.NET.