long_a17:
how to get the handle of MT4-Terminal tab?
i wanna
- You don't.
- You don't.
Hi William, Thank you for your kindly reply.
I can find the handle number of MT4-Terminal tab in SPYxx.exe,
and this control can be moved by MoveWindow() function in user32.dll when i fill its handle number directly into this funtion.
but its handle can not be get by FindWindowExA() in user32.dll,
Is it impossilbe to get?
Thanks again!

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
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!