PDA

Click to See Complete Forum and Search --> : How to remeber the new added items in VB Combobox


vbliker
Jul 10th, 2002, 01:16 PM
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

Edneeis
Jul 10th, 2002, 01:28 PM
You'll have to persist (save) them to somewhere, probably a file in the app directory or (if its a small list) the registry.

vbliker
Jul 10th, 2002, 01:54 PM
Tnank you for answering so quickly