M
mattfracassa
VB 2005, .net 2.0
Is there an easy way to save the items checked in a CheckedListBox for
each user (so that everytime the user opens the app, it remembers and
displays what was checked.)
I know I can make a collection in user settings, and save/retreive
items by looping through the indices. But, can I just somehow save and
retreive the whole CheckedListBox collection to the
my.settings.chkBoxItems collection I defined in my App Settings?
Is there an easy way to save the items checked in a CheckedListBox for
each user (so that everytime the user opens the app, it remembers and
displays what was checked.)
I know I can make a collection in user settings, and save/retreive
items by looping through the indices. But, can I just somehow save and
retreive the whole CheckedListBox collection to the
my.settings.chkBoxItems collection I defined in my App Settings?