Listview Data to XML
-
Completed my password storage program and down to the part where I would like to write the listview data to an XML file (for later encryption). Cannot find anything that gives me an nice or usable example on how to do this using the listview control. Does anyone have example code for this or a place I can be directed to for more research? Thanks, everyone. - Harold
-
Completed my password storage program and down to the part where I would like to write the listview data to an XML file (for later encryption). Cannot find anything that gives me an nice or usable example on how to do this using the listview control. Does anyone have example code for this or a place I can be directed to for more research? Thanks, everyone. - Harold
I used this artical and it was great. http://www.knowdotnet.com/articles/serializationoflistviewtoxml.html Good luck...
When people make you see red, be thankful your not colour blind.
-
I used this artical and it was great. http://www.knowdotnet.com/articles/serializationoflistviewtoxml.html Good luck...
When people make you see red, be thankful your not colour blind.
I saw that one and also found this article from the same author as well: http://www.knowdotnet.com/articles/serializelistview-listbox.html I can follow the code, but cannot get it working. I was hoping to find a working sample program that uses that or very simialr code to better understand how it works as well.