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
Access 2007 Ribbon how to display the print preview button or group
select query
sql 2005 backup config
CanGrow /ShouldGrow
how to correct the error 257
How do you test a dataset for the existance of a record?
Using an Enum to limit the property vales of a class
How do I use RecordSelectionFormula to pass dates via VS 2005 to Crystal report 2008?
SLOW DATA ACCESS TO WINDOWS 2008 R2 VIRTUAL
How to read contents of Macros using VBA