Can someone tell me what the Equilivent is in .net of the following Event
I need to know when the user Double Clicks on an icon in a ListView, there doesn't seem to be a matching event in .net.Code:Private Sub ListView_ItemDblClick(Item As ListItem) End Sub
I'm running VS 2008




Reply With Quote