Modify ↓
#2230 closed Feature Request (Rejected)
MsgBox - Add Location Parameters
| Reported by: | shmuelw1 | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | MsgBox | Cc: | shmuelw1@… |
Description
I very often want a MsgBox that is NOT centered on the screen.
How about adding left and top parameters just as InputBox has? While you are at it, you might want to add width and height parameters as well so that MsgBox and InputBox parameters would be as similar as possible. But my main concern is to have left and top parameters.
Attachments (0)
Note:
See TracTickets
for help on using tickets.

Message boxes are a standard Windows feature. Talk to Microsoft. Better yet spend about two seconds thinking about how you could achieve this on your own and you'll see you can do it already. I hear AutoIt is a good automation language for manipulating windows.