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
Macro not available to button properties
Filtering data in a subform.
Scan folders and files for rights
SSIS Dynamic Connection in Execute Sql Task
How do I install adm files to create GP for Office
Reorder Schedule Record
Win2K box gives blue screen then memory dump
web site does not load right without WWW / HTaccess file not working
Add New REG_DWORD type Hexadecimal base Key in Registry using VB6
Microsoft Internet Explorer has encountered a problem and needs to close