AutoHotkey Community

It is currently May 25th, 2012, 1:16 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: msgbox color
PostPosted: July 27th, 2007, 8:41 am 
Offline

Joined: April 28th, 2006, 12:12 pm
Posts: 55
Is it possible to change the colour of a msgbox?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 27th, 2007, 9:29 am 
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


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 27th, 2007, 10:09 am 
Offline

Joined: April 28th, 2006, 12:12 pm
Posts: 55
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.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Google Feedfetcher, KenC, krajan, Pulover and 21 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group