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
Registering DLL in Win95
Why is ComboBox font bold after a Create()
checkbox and listctrl
Upgrade .net 2 to .net 3.5 - build time gone crazy
CALLING .CS .ASMX WEB SERVICES JAVASCRIPT AND GETTING A RESPONSE
pause code in sql2008 through Access07
Cannot execute stored procs from Access without using SQL Native Client driver
How do I limit concurrent IE sessions for a Citrix user on Windows 2003 server?
Access Query Design Where/Or Criteria Trouble (SQL Where)
ALTER TABLE / ALTER COLUMN QUESTION???