Save listview items/subitems to application settings

  • Thread starter Thread starter deciacco
  • Start date Start date
D

deciacco

Ok...I know how to use the built-in application settings in .net 2, but i'm
not sure how to save the contents of a listview. I can put the contents of
the listview in a dataset and then use the dataset methods to save to xml,
but I want to be able to save to the application settings.

How do I do this?
 
You will have to enumerate through the items in the listview and store each
setting programmatically, AFAIK there is no automatic way to do this.

---------
- G Himangi, Sky Software http://www.ssware.com
Shell MegaPack : GUI Controls For Drop-In Windows Explorer like Shell
Browsing Functionality For Your App (.Net & ActiveX Editions).
EZNamespaceExtensions.Net : Develop namespace extensions rapidly in .Net
EZShellExtensions.Net : Develop all shell extensions,explorer bars and BHOs
rapidly in .Net
 
Back
Top