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!

 
long_a17:

how to get the handle of MT4-Terminal tab?

i wanna

  1. You don't.
  2. You don't.
 
William Roeder #:
  1. You don't.
  2. 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!

Reason: