Forum

how to get the handle of MT4-Terminal tab?

how to get the handle of MT4-Terminal tab? i wanna modified Terminal tab's rec size programmly by the function MoveWindow() in "user32.dll". Thank you

How to get ListView data (such as OrderTicket #) in mt4-terminal-trade tab?

How to get ListView data (such as OrderTicket #) in mt4-terminal-trade tab

How to Hide symbol chart's caption?

How to Hide symbol chart's Caption and Border? Just like the picture: I have tried import user32.dll and writed the code, but failed: #import "user32.dll" long SetWindowLongA(int hWnd, int nIndex, ulong dwNewLong); long SetWindowLongW(int hWnd, int nIndex, ulong dwNewLong); long GetWindowLongA(int