I am working on a template that I would like to be as much generic and flexible as possible. The template assists and advices user in installing a high number of different utilities.
At present, I have 6 pages, and one each page, I can have up to 7 item listed. But the number of pages could be much much higher eventually. The design is made in such way that all pages are linked to a unique parent page that simplify both design and code management. The best approximation of the current design would be a tabstrip component in VBA.
For each item, I have different snippets of text and additionnal info that can be required: 1) name of program, 2) tooltip text, 3) short description, 4) installation type, and if appliable 5) name of text file on CD for additional information, 6) company web page, and 7) installation routine name.
This is almost 300 text snippets to manage. As editing within AMS become more and more difficicult, I thought that loading text strinfgs from text files or a single INI file would be the easiest thing to do.
Actually, the best solution would be to preload all text strings in one shot at initilialization time to avoid too much seek delay with CD.
Is anybody have already design such similar or closely related solution ? I played a bit with the INI file actions, but couldn't avoid design something as cumbersome as the initial problem. Without having variable array, each variable name must be unique.
Any help would be appreciated.

). You could even perform search operations on it that way.