Question:
Can I set up the position (X and Y coordinates) of a MessageBox on Elipse E3‘s screen?
Solution:
Yes. From Elipse E3’s version 5.1 on, you can access MsgBoxEx method, which allows opening a MessageBox on a specific position on screen.
However, on versions prior to 5.1, the MessageBox is always centralized on screen. In this case, the alternative for working around this issue is to create a customized modal screen, shaped similarly to a MessageBox. Thus, you can set up where the box is to be displayed.