The Minimize() method works in ChartEvent(). For any other purpose you'd have to create a class that inherits from CAppDialog.
void OnChartEvent(const int id, const long &lparam, const double &dparam, const string &sparam) { //--- AppWindow.ChartEvent(id,lparam,dparam,sparam); }
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi all.
Following code works correctly, except last line for minimizing dialog:
Trying to use Minimize() method, it returns error of protected method. How can i do this simple task?