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
Subreport not showing
Windows Full Screen
Prit Spooler stopping on Windows 2k3 Server
Problem with Default User Profile
DC Diag errors- Replacing an old DC with a new server.
Windows XP Home to Professional
Project Server 2007 Tasks
PCI Modem Compatible with Windows 7 64-bit
How do I install Project 2007 to about 20 users via SMS.
Conditional Concatenation in a Query