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:
felipEx
Scripting Contest Winner
***


Posts: 378
Reputation: 24
35 / Male / Flag
Joined: Jun 2006
RE: RE: Checkbox Changing
quote:
Originally posted by Leroux
Actually matty, yeah.  The send link checkbox is exactly what I mean, but with multiple radio controls all to be activated/deactivated according to the checkbox.
In that case, what roflmao456 has posted can help you out... :D

for example:
code:
var checked = PlusWnd.Button_IsChecked("yourCheckbox");
var radiocontrols = new Array("RadA", "RadB", "RadC", "anyOtherRadioControl...");

for (var i in radiocontrols) Interop.Call("user32","EnableWindow", PlusWnd.GetControlHandle(radiocontrols[i]), checked);
[Image: 3030739147_3b8aabc0be_o.png]
11-15-2008 06:44 AM
Profile E-Mail PM 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