Forum

How to create a new sub-window in an EA

Hi I have to create a new sub-window in an EA and and create some Objects in the other window. Thanks in Advance

On Clicking a CButton the CHARTEVENT_OBJECT_ENDEDIT should be trigerred

Hi When i am clicking a CButton the CHARTEVENT_OBJECT_ENDEDIT event of CEdit should automatically be triggered, which is not happening. Because of that the value of CEdit is not updated properly. Please help

Minimize and Maximize not working properly

Hi I am using CAppDialog class to create a trading panel with buttons and labels. using this code for the chart events :- tradingPanel.ChartEvent(id, lparam, dparam, sparam); Code of one the button creation:- bool Testanel::CreateButtonLong(void) { //--- coordinates int x1 = INDENT_LEFT;