Microsoft
Software
Hardware
Network
Question : vb.net selected item from listview
hello there..
how can I check in vb.net if the listview has a selected item..
this is how I check using vb6
Code Snippet:
1: 2: 3:
If listview1.ListItems.Selected = True Then end if
Open in New Window
Select All
Answer : vb.net selected item from listview
You can also use this
If ListView1.SelectedItems.Co
unt > 0 Then
MessageBox.Show(ListView1.
SelectedIt
ems.Count)
End If
Random Solutions
Move From IIS6 to IIS7
General MS Graph problems in Access 2007
c# unzip
error with import
Drop Down List and Back Button on Browser - Losing state?
Outlook problem with error 0x80040154 (and others) -- inetcomm issue?
Finding Null in a memo field and what event to use to check the related box
Using CopyFromRecordset with recordset yields a blank worksheet. Urgent!
Automatically close Outlook on log off or shutdown
Validating users with three level security