I need to know the best way to develop an "options" form for a program that will enable an application to save changes at runtime for Caption properties. For instance if you had an application with five buttons with the captions: 1. A
2. B
3. C
4. D
5. E
If at runtime I want to be able to change the buttons to say:
1. AA
2. BB
3. CC
4. DD
5. EE
Thus, when the program is closed and reopened, the caption buttons will be changed from Group 1 to Group 2. Obviously there needs to be a file where the changes can be stored and read. What would be the best procedure to follow in order to program the application to have this ability? Out of all the questions I've posted on this forum, this is by far the most significant one I've ever asked. Anyone's help is MUCH appreciated!
2. B
3. C
4. D
5. E
If at runtime I want to be able to change the buttons to say:
1. AA
2. BB
3. CC
4. DD
5. EE
Thus, when the program is closed and reopened, the caption buttons will be changed from Group 1 to Group 2. Obviously there needs to be a file where the changes can be stored and read. What would be the best procedure to follow in order to program the application to have this ability? Out of all the questions I've posted on this forum, this is by far the most significant one I've ever asked. Anyone's help is MUCH appreciated!