What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Checkbox Changing

Checkbox Changing
Author: Message:
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
RE: Checkbox Changing
try out this:
code:
PlusWnd.Button_SetCheckState("checkbox1",true);

and also:
code:
function OnWindowIdEvent_CtrlClicked(PlusWnd, ControlId){
if(ControlId == "checkbox1"){
var checked = !PlusWnd.Button_IsChecked("checkbox1");
Interop.Call("user32","EnableWindow",PlusWnd.GetControlHandle("control1"), checked);
Interop.Call("user32","EnableWindow",PlusWnd.GetControlHandle("control2"),checked);
Interop.Call("user32","EnableWindow",PlusWnd.GetControlHandle("control3"),checked);
Interop.Call("user32","EnableWindow",PlusWnd.GetControlHandle("control4"),checked);
}
}

This post was edited on 11-14-2008 at 10:43 PM by roflmao456.
[quote]
Ultimatess6
: What a noob mod
11-14-2008 10:43 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Checkbox Changing - by ArkaneArkade on 11-14-2008 at 02:38 AM
RE: Checkbox Changing - by matty on 11-14-2008 at 03:06 AM
RE: RE: Checkbox Changing - by ArkaneArkade on 11-14-2008 at 03:11 AM
RE: Checkbox Changing - by matty on 11-14-2008 at 10:34 PM
RE: Checkbox Changing - by roflmao456 on 11-14-2008 at 10:43 PM
RE: Checkbox Changing - by ArkaneArkade on 11-14-2008 at 11:38 PM
RE: Checkbox Changing - by matty on 11-15-2008 at 03:39 AM
RE: Checkbox Changing - by ArkaneArkade on 11-15-2008 at 05:25 AM
RE: RE: Checkbox Changing - by felipEx on 11-15-2008 at 06:44 AM
RE: Checkbox Changing - by ArkaneArkade on 11-15-2008 at 06:55 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