I've just started to learning VB6, and I need a bit of help. So go easy on me.
I'm making this program and I need it to save all the inputted data on the form and then be able to reloaded it later in the order it was saved. One my form there is a mixture of TextBoxes, ComboBoxes, ListBoxes, and Flexgrids.
I've done all that I can or know, and I'm not sure how to proceed. I'm hoping some one can help, I learn best from example. Here's a link to
download my code and form, so you can see what I'm trying to do. I commented the code the best I could.
I know how to save and load normal TextBoxes and ComboBoxes, it's the Listboxes, Flexgrid, and the Multiline TextBoxes that have me confused.
When looking at my source code keep these things in mind:
The ComboBoxes only need to save and load the selected data, not the whole list.
For the ComboBoxes with ListBoxes only the ListBox data needs to be saved & reload later.
For the Flexgrids only the created rows need to be save and reloaded.
The MultiLine TextBoxes need to keep there formatting when saving and reloading. It can't cram everything together when it reloads the file.
The saved file must be a text file.
If you see a better way of doing something please go ahead and change it. Just remember the saved file must be a text file, and the user needs to be able to name the file.
So if anyone can help me out I would be very grateful.
Thank You.
Dumpster Tom