What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [problem] Buttons in windows

[problem] Buttons in windows
Author: Message:
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
RE: [problem] Buttons in windows
code:
function OnWindowidEvent_CtrlClicked(PlusWnd, ControlId){
switch(ControlId){
case "control-id-of-button": // when a button with this id is clicked..
PlusWnd.Close(1); // Closes the window
break;
case "control-id-of-another-button":
Interop.Call("user32","MessageBoxW", 0, "Button 2 has been clicked", "some script", 64); // Displays a message box.
break;
}
}

yeah so "PlusWnd.Close(1);" closes the window.
replace "Windowid" with your window's ID.
[quote]
Ultimatess6
: What a noob mod
10-22-2007 09:41 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[problem] Buttons in windows - by waynewilson2 on 10-22-2007 at 08:40 PM
RE: [problem] Buttons in windows - by roflmao456 on 10-22-2007 at 09:41 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-22-2007 at 11:01 PM
RE: [problem] Buttons in windows - by Spunky on 10-22-2007 at 11:22 PM
RE: [problem] Buttons in windows - by roflmao456 on 10-23-2007 at 12:51 AM
RE: [problem] Buttons in windows - by waynewilson2 on 10-23-2007 at 05:29 AM
RE: [problem] Buttons in windows - by roflmao456 on 10-23-2007 at 08:13 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-23-2007 at 08:16 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-23-2007 at 08:49 PM
RE: [problem] Buttons in windows - by NanaFreak on 10-23-2007 at 08:54 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-23-2007 at 08:55 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-23-2007 at 09:02 PM
RE: [problem] Buttons in windows - by roflmao456 on 10-23-2007 at 09:36 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-23-2007 at 09:44 PM
RE: [problem] Buttons in windows - by Spunky on 10-23-2007 at 10:12 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-24-2007 at 05:13 AM
RE: [problem] Buttons in windows - by Spunky on 10-24-2007 at 11:17 AM
RE: [problem] Buttons in windows - by markee on 10-24-2007 at 11:25 AM
RE: [problem] Buttons in windows - by Spunky on 10-24-2007 at 12:47 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-24-2007 at 08:19 PM
RE: [problem] Buttons in windows - by NanaFreak on 10-24-2007 at 08:50 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-24-2007 at 10:41 PM
RE: [problem] Buttons in windows - by roflmao456 on 10-24-2007 at 10:54 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-24-2007 at 10:56 PM
RE: [problem] Buttons in windows - by roflmao456 on 10-24-2007 at 11:06 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-25-2007 at 01:23 AM
RE: [problem] Buttons in windows - by markee on 10-25-2007 at 12:14 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-25-2007 at 08:42 PM
RE: [problem] Buttons in windows - by markee on 10-25-2007 at 11:21 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-26-2007 at 02:32 AM
RE: [problem] Buttons in windows - by waynewilson2 on 10-26-2007 at 05:25 AM
RE: [problem] Buttons in windows - by markee on 10-26-2007 at 07:03 AM
RE: [problem] Buttons in windows - by waynewilson2 on 10-26-2007 at 09:11 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-26-2007 at 10:18 PM
RE: [problem] Buttons in windows - by roflmao456 on 10-26-2007 at 10:28 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-26-2007 at 10:39 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-26-2007 at 11:01 PM
RE: [problem] Buttons in windows - by roflmao456 on 10-26-2007 at 11:46 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-27-2007 at 05:27 PM
RE: [problem] Buttons in windows - by roflmao456 on 10-28-2007 at 05:25 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-29-2007 at 12:25 AM
RE: [problem] Buttons in windows - by waynewilson2 on 10-29-2007 at 02:02 AM
RE: [problem] Buttons in windows - by roflmao456 on 10-29-2007 at 02:43 AM
RE: [problem] Buttons in windows - by waynewilson2 on 10-29-2007 at 03:02 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