hi,
I've created a function that would save all application's information to an ini file when the application(Form) closes.
The only problem occurs when you close the apllication and the main window is in minimized and then run the application
again. The application would open to the its last state (w/c is minimized) and when you restore (or maximize) the application
the child form and the other forms included in the application did not load.
Why does this happen? (the child form and the other forms included in the main form did not appear when the main
form run in minimize state).
Do I need to save the state (minimize, maximize or normal) of an application to an ini file.
Any help or link would be much appreciated
OS: WinXp
Tool: Borland C++ Builder v6
I appologize if my english is wrong, english is not my native language.
Regards,
Gerald
I've created a function that would save all application's information to an ini file when the application(Form) closes.
The only problem occurs when you close the apllication and the main window is in minimized and then run the application
again. The application would open to the its last state (w/c is minimized) and when you restore (or maximize) the application
the child form and the other forms included in the application did not load.
Why does this happen? (the child form and the other forms included in the main form did not appear when the main
form run in minimize state).
Do I need to save the state (minimize, maximize or normal) of an application to an ini file.
Any help or link would be much appreciated
OS: WinXp
Tool: Borland C++ Builder v6
I appologize if my english is wrong, english is not my native language.
Regards,
Gerald