how to place messageBox toward the corner of the desktop ?

 

for example

#include <WinUser32.mqh>//head
.
.
.
int ret=MessageBox("Object","Question", MB_YESNO|MB_ICONQUESTION);

What I would add to this line

Thank you in advance

 
There isn't anything to add MessageBox - MQL4 Documentation
 

I think there is a method by changing some thing in winUse32 library

But how ?!!!

thank you for your interest

 
any suggestion please