What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Release] The Mystery Calculator

[Release] The Mystery Calculator
Author: Message:
ShawnZ
Veteran Member
*****

Avatar

Posts: 3146
Reputation: 43
32 / Male / Flag
Joined: Jan 2003
RE: [Release] The Mystery Calculator
code:
function OncalcEvent_CtrlClicked(PlusWnd, ControlId){
        if(ControlId=="btn_ok"){
                var num = PlusWnd.Button_IsChecked("C1")<<0|PlusWnd.Button_IsChecked("C2")<<1|PlusWnd.Button_IsChecked("C3")<<2;
                num |= PlusWnd.Button_IsChecked("C4")<<3|PlusWnd.Button_IsChecked("C5")<<4|PlusWnd.Button_IsChecked("C6")<<5;
                Interop.Call("user32.dll","MessageBoxW",PlusWnd.Handle,"Are you ready to be amazed?\n\nThe answer is "+num+"!","Answer...",0);
        }
}

\o/

This post was edited on 12-05-2007 at 07:01 AM by ShawnZ.
Spoiler:
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
12-05-2007 07:00 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Release] The Mystery Calculator - by Spunky on 12-03-2007 at 05:43 PM
RE: [Release] The Mystery Calculator - by prashker on 12-03-2007 at 09:30 PM
RE: [Release] The Mystery Calculator - by Quantum on 12-03-2007 at 11:02 PM
RE: [Release] The Mystery Calculator - by odbod on 12-05-2007 at 06:26 AM
RE: [Release] The Mystery Calculator - by ShawnZ on 12-05-2007 at 07:00 AM
RE: [Release] The Mystery Calculator - by Oxy on 12-05-2007 at 10:37 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