Hello,
i'm new in
vb and i like it a lot.
I made a small program as test for a bigger one later on with not to many script.
i have 3 comboboxes as an array. the content of the combobox is in an .dat file on the harddrive.
when the program opens, the data is loaded from the file to the comboboxes. no problem to add data(drivers in this case as string) to combobox and file.
removing data is a problem for me. I can remove it from the comboboxes (combo1(a).removeitem) but to remove it from the file is a problem.
I figured something out to solve this.
make a savebutton (or autosave) and when the program ends with the "output" command I clear the content of the .dat file en write the new data in it.
the new data should be the entire content of the combobox and here is the problem.
How is that content called so i can print it to the file?
its not combo1(a).text or combo1(a).listindex.
does somebody know how this is called and if it works the way i figured it out?
gr Frank (the Netherlands)