Handling database connections and data drastically different then in VB6 so you are going to need to read up on ADO.NET tutorial to make a connection, update and read information from a database.
I believe there is a selected index property for a listview, so it might look something like ...
VB Code:
ListView1.Item.RemoveAt(ListView1.Item.SelectedIndex)




Reply With Quote