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
Tape Drive not reconized in Windows Explorer
I need to capture the output of the datagrid grdAttendees and record each Members Email Address.
Delete record in table based on selections made on form
How to expose MS Dynamics GP fields into VS Project
ASP.Net validation controls not firing.
SQL Errors - Cannot execute as the database principal
VBA formatting errors!
How to change start menu user default folder list in Windows 7
Can't Connect Remotely to SQL Server 2008
how to format 3 decimal places in spreadsheet control cells