 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
Antonimo
Joined: 28 Apr 2006 Posts: 55
|
Posted: Fri Jul 27, 2007 7:41 am Post subject: msgbox color |
|
|
| Is it possible to change the colour of a msgbox? |
|
| Back to top |
|
 |
BoBoĻ Guest
|
Posted: Fri Jul 27, 2007 8:29 am Post subject: |
|
|
Guess no (well Sean&friends might show up with some cryptic DllCall() voodoo ).
Why not script your own messagebox (GUI) to be more flexible?
| Code: | Gui, Color, Red
Gui, Margin, 0, 0
Gui, Add, Text,, Hello World!
Gui, Add, Button, w100 h18 ,OK
Gui, Show, w100 h30
Return
ButtonOK:
ExitApp
Return |
|
|
| Back to top |
|
 |
Antonimo
Joined: 28 Apr 2006 Posts: 55
|
Posted: Fri Jul 27, 2007 9:09 am Post subject: |
|
|
Hi BoBo,
Thanks for the quick reply. Having not found the answer anywhere, I was expecting that it wouldn't be possible.
I shall try using your Gui approach instead. |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|