AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

msgbox color

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Antonimo



Joined: 28 Apr 2006
Posts: 55

PostPosted: Fri Jul 27, 2007 7:41 am    Post subject: msgbox color Reply with quote

Is it possible to change the colour of a msgbox?
Back to top
View user's profile Send private message
BoBoĻ
Guest





PostPosted: Fri Jul 27, 2007 8:29 am    Post subject: Reply with quote

Guess no (well Sean&friends might show up with some cryptic DllCall() voodoo Wink).
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

PostPosted: Fri Jul 27, 2007 9:09 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group