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
Two email servers (incoming), one computer, different results. Why?
no default printer being set for terminal services 2008
How to sum (distinct values) in Access Report
Linking Excel to Access databas
Can you remove the Pasted From link when pasting a link in OneNote?
Timer function to automate Access
exchange 2007
OrkAudio
How to get COM interface API definitions after importing a type library
how to remove all spaces in an EXCEL column