| View previous topic :: View next topic |
| Author |
Message |
David.P
Joined: 18 Nov 2006 Posts: 189
|
Posted: Fri Aug 15, 2008 2:06 pm Post subject: Display Msgbox at certain position? |
|
|
Hi forum,
is there a way to display a messagebox not centered vertically but, say, in the lower third of the screen?
Thanks already!
David.P |
|
| Back to top |
|
 |
Serenity
Joined: 07 Nov 2004 Posts: 1276
|
Posted: Fri Aug 15, 2008 2:26 pm Post subject: |
|
|
It isn't possible, although you could run another script and try WinMove. It's easier to create a little gui if you want control over the window position. _________________ "Anything worth doing is worth doing slowly." - Mae West
 |
|
| Back to top |
|
 |
HugoV
Joined: 27 May 2007 Posts: 650
|
|
| Back to top |
|
 |
David.P
Joined: 18 Nov 2006 Posts: 189
|
Posted: Fri Aug 15, 2008 5:24 pm Post subject: |
|
|
Thanks. I did a search but first didn't understand the solutions already posted.
Now I got the idea with setting a SetTimer before the MsgBox is displayed.
Thanks again,
David.P |
|
| Back to top |
|
 |
|