What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Tool/Developer] MessageBox (Version 1.0)

[Tool/Developer] MessageBox (Version 1.0)
Author: Message:
deAd
Scripting Contest Winner
*****

Avatar

Posts: 1060
Reputation: 28
– / Male / Flag
Joined: Jan 2006
RE: [Tool/Developer] MessageBox (Version 1.0)
quote:
Originally posted by SpunkyLoveMuff
The window uses the "Flair" style used in stickynotes, even if you can't really see it, I should credit deAd for it
Woo :P If you want to make the flair more visible, lighten up the gradient. The flair image is the same one used for Plus! window titlebars, and you'll notice that the titlebars are all light -- even if the color is black. :)

quote:
Originally posted by SpunkyLoveMuff
It saves the need for all those Interop.Call(s) to MessageBoxW and having to discover the right paramaters (such as which number you need for certain buttons).
This is where constants make it easier. If want a messagebox with a question icon and an OK button, you could put 0x00000020 as the button flags, or you could use the easier approach of using MB_OK | MB_ICONQUESTION. Though you still have to define stuff, it saves a lot of work, makes code more organized, and makes it easier to change -- especially if you use a lot of messageboxes.

This post was edited on 12-20-2006 at 02:03 AM by deAd.
12-20-2006 01:58 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Tool/Developer] MessageBox (Version 1.0) - by Spunky on 12-19-2006 at 06:28 AM
RE: [Release] MessageBox (Version 1.0) - by RaceProUK on 12-19-2006 at 10:29 AM
RE: [Release] MessageBox (Version 1.0) - by BraydenP on 12-19-2006 at 10:43 AM
RE: [Release] MessageBox (Version 1.0) - by Spunky on 12-20-2006 at 01:28 AM
RE: [Tool/Developer] MessageBox (Version 1.0) - by deAd on 12-20-2006 at 01:58 AM
RE: [Tool/Developer] MessageBox (Version 1.0) - by -dt- on 12-20-2006 at 03:53 AM
RE: [Tool/Developer] MessageBox (Version 1.0) - by Spunky on 12-20-2006 at 11:00 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On