This is just one of the various issues the standard library.
The fastest solution is store the state of the controls separately when you change it. Then when the dialog is maximized you set the visibiility state again based on the value that you have stored elsewhere (an array or variable if just few controls). For that you can override the Maximize method which is virtual in CAppDialog.
This is just one of the various issues the standard library.
The fastest solution is store the state of the controls separately when you change it. Then when the dialog is maximized you set the visibiility state again based on the value that you have stored elsewhere (an array or variable if just few controls). For that you can override the Maximize method which is virtual in CAppDialog.
Thank you, Samuel! So I will go ahead with your proposal! :)

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Objects, and here in this example of a button objects, that are set to hidden by default after attaching to the chart, after minimizing and re-maximizing the panel appear as visible.
How to keep them hidden? Please refer to the attached GIF example. Thanks.