ListView to XML File
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi All. I have a ListView in VB.NET and I want to be able to execute a save command the will save the contents of my ListView to an XML file but I'm stuck on the first step...I can't figure out how to extract the contents of my ListView. I need to somehow cycle through the rows(items) and extract any existing data. I figured out how to add, change and update the items and I'm almost certain that copying is similar but I'm new to programming and I just can't seem to see the relation. Can anybody help? Thanks Brad