Simple question: disabled checkbox - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: Simple question: disabled checkbox (/showthread.php?tid=87687) Simple question: disabled checkbox by wincy on 12-11-2008 at 12:19 PM
That's what i'm trying to do: a disabled (checked) CheckboxControl. code:Is this wrong? I found also: CheckBoxControl/CustomLook/Disabled/Checked/Element but i still can't do that correctly. Any help? RE: Simple question: disabled checkbox by Spunky on 12-11-2008 at 12:26 PM To disable a checkbox you need to use the EnableWindow API with the relevant parameters RE: Simple question: disabled checkbox by matty on 12-11-2008 at 12:27 PM
That should work it may be case sensitive: code: quote:That is if you are giving the control a custom look. What you can do otherwise is in your script disable it code: RE: RE: Simple question: disabled checkbox by wincy on 12-11-2008 at 12:35 PM
quote: Too simple... it was really case sensitive! I'll use it. Thanks for your help! |