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
Telling Access to QUIT USING PROFILE FOLDERS!!
Use of EnumFontFamilies
Reporting Services - Comparison Report
Install Windows Server 2003 on laptop
Forefront Engine Update Errors
Share Outlook Express address book
Modular Application Development (software kits or modules)
Need to select last record updated per id
Need Fast Help: Macro Security Issue with Vista/Office 2007 from 2000 Database
How to get a message box to Count records?