Hi all,
Does anybody know that if initially set three items in a Combobox and another control can add more items during program running, my question is how these new added items can be remembered after re-start the program ?
Thanks,
vbliker
Printable View
Hi all,
Does anybody know that if initially set three items in a Combobox and another control can add more items during program running, my question is how these new added items can be remembered after re-start the program ?
Thanks,
vbliker
You'll have to persist (save) them to somewhere, probably a file in the app directory or (if its a small list) the registry.
Tnank you for answering so quickly