What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » MessageBox parameters/flags

MessageBox parameters/flags
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: MessageBox parameters/flags
code:
var MB_AboutRetryIgnore = 2;
var MB_ApplicationModal = 0;
var MB_Critical = 16;
var MB_Exclamation = 48;
var MB_Information = 64;
var MB_MsgBoxHelpButton = 16384;
var MB_MsgBoxRight = 524288;
var MB_MsgBoxRtlReading = 1048576;
var MB_MsgBoxSetForeground = 65536;
var MB_OkCancel = 1;
var MB_OkOnly = 0;
var MB_Question = 32;
var MB_RetryCancel = 5;
var MB_SystemModal = 4096;
var MB_YesNo = 4;
var MB_YesNoCancel = 3;
06-27-2006 12:23 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
MessageBox parameters/flags - by mathieumg on 06-26-2006 at 02:06 PM
RE: MessageBox parameters/flags - by matty on 06-27-2006 at 12:23 AM
RE: MessageBox parameters/flags - by deAd on 06-27-2006 at 12:25 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