K
kimiraikkonen
Hi,
I want to save all the item content of a listbox line by line into a
simple text file then recall them when my project is opened.
For example listbox1 contains:
That - item1
Group -item2
Is -item3
Really -item4
Good -item5
And the text file must be 1:1 same then i have to load/syncronize
textfile to listbox when the project is opened.
Should i use streamreader/writer or is there another flexible class
that helps?
How can i do that?
Thanks.
I want to save all the item content of a listbox line by line into a
simple text file then recall them when my project is opened.
For example listbox1 contains:
That - item1
Group -item2
Is -item3
Really -item4
Good -item5
And the text file must be 1:1 same then i have to load/syncronize
textfile to listbox when the project is opened.
Should i use streamreader/writer or is there another flexible class
that helps?
How can i do that?
Thanks.