How to save and resotre the Child Frame?
-
Is anyone kindly to tell me how can i save and resotre the child frames that last opened in a MDI program? In the Main Frame,left side is a Tree Pane,when we selected a tree item and double click,it will create a corresponding child frame,The Child Frames are created dynamicly. When i close the program ,i need to save the status of the opened frame and open them the next time i start the program. Is anybody can give me an example?
-
Is anyone kindly to tell me how can i save and resotre the child frames that last opened in a MDI program? In the Main Frame,left side is a Tree Pane,when we selected a tree item and double click,it will create a corresponding child frame,The Child Frames are created dynamicly. When i close the program ,i need to save the status of the opened frame and open them the next time i start the program. Is anybody can give me an example?
If I understood you want to save current status of your program you can save parameters to a file or on the registry and when you want to run your program first you read parameters and set your program to it.
WhiteSky