I am building a prototype using VB6. This prototype consists of 2
screens. First screen has 11(eleven) MSFlexGrids and Second screen has
mixture of all controls( textbox, combobox, listbox and msflexgrid ). I
have requirement to store different scenarios of my application.
Suppose, i open my application and lets say get data in both the
screens. Then, i need to click on a "Save" button which should save all
the data present in both the screen on to a file on hard disk with a
file name called as "Scenario1". Then, i change some of the information
and click on "Save" button. Now i have to store the data as "Scenario2".

I have another button called as "Retrive Scenario". When i click on this
button and ask for "Scenario1" data, i need to get back all the
information from the file "Scenario1" automatically in both the screens.
If i request for "scenario2", then data should be populated from
"Scenario2" file.

I got stuck into it and don't know how to proceed furthur. PLEASE HELP!