Timothy Odoabuchi / Publications
Forum
text doesn't display on cDailog
i have below script, the text displays on the chart directly instead of displaying inside the cdailog. what the solution? #include <Controls\Dialog.mqh> class CInfoPanel : public CDialog { private : bool m_created; public : CInfoPanel() : CDialog(), m_created( false ) {} bool