How to select one of menu's using API

 

Hello every one

is there any way to select a menu item in mql with api??

for example select Help->About menu within EA??

THanks for helping

 
kimitrio:

is there any way to select a menu item in mql with api??

for example select Help->About menu within EA??

Might be possible via a call to PostMessageA()... There's a long list of codes to do this, but I can't seem to find it now. The source is somewhere in the Russian codebase...
 
gordon:
Might be possible via a call to PostMessageA()... There's a long list of codes to do this, but I can't seem to find it now. The source is somewhere in the Russian codebase...

Thanks again Gordon

I know I have to use PostMessageA(), But I don't know which Flags or message i have to send,

Tnx for reply

 
Some of the codes can be found here -> https://www.mql5.com/ru/code/8712...
Reason: