[Thx!] CheckBoxControl/Attributes/Has3States - 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: [Thx!] CheckBoxControl/Attributes/Has3States (/showthread.php?tid=72761) [Thx!] CheckBoxControl/Attributes/Has3States by Flash on 03-17-2007 at 10:57 PM
how to see the State 3???? code: RE: [Help] CheckBoxControl/Attributes/Has3States by Dennis Mike on 03-18-2007 at 01:41 AM
this property this in false by default RE: [Help] CheckBoxControl/Attributes/Has3States by matty on 03-18-2007 at 01:56 AM
The three states of a checkbox RE: [Help] CheckBoxControl/Attributes/Has3States by Dennis Mike on 03-18-2007 at 01:58 AM
Partial Check? RE: [Help] CheckBoxControl/Attributes/Has3States by felipEx on 03-18-2007 at 02:37 AM
maybe with a Timer? RE: [Help] CheckBoxControl/Attributes/Has3States by markee on 03-18-2007 at 03:33 AM
quote:A common example of partially checked is when you install a new program and go into a custom set-up. If you choose some (not all) features in a branch of the tree then it will partially select the parent of the ones you chose. I hope this explanation is not too confusing. RE: [Help] CheckBoxControl/Attributes/Has3States by Dennis Mike on 03-18-2007 at 03:36 AM
Edit RE: [Help] CheckBoxControl/Attributes/Has3States by ShawnZ on 03-18-2007 at 03:47 AM
with two states: RE: [Help] CheckBoxControl/Attributes/Has3States by felipEx on 03-18-2007 at 03:59 AM
RE: [Help] CheckBoxControl/Attributes/Has3States by Dennis Mike on 03-18-2007 at 04:02 AM
felipex say how to set the checkbox status "Partial Check"? RE: RE: [Help] CheckBoxControl/Attributes/Has3States by felipEx on 03-18-2007 at 04:07 AM
quote: PlusWnd.SendControlMessage(controlid, 0xF1, 0xF1, 0) - or - Interop.Call("user32", "SendMessageW", PlusWnd.GetControlHandle("yourcheckboxId"), 0xF1, 0xF1, 0) you should use API hehehe so, it works for me RE: [Help] CheckBoxControl/Attributes/Has3States by Flash on 03-18-2007 at 05:57 AM
hum confusing with parameter quote: RE: [Help] CheckBoxControl/Attributes/Has3States by felipEx on 03-18-2007 at 07:28 AM
var BS_CHECKBOX = 0x2 RE: [Help] CheckBoxControl/Attributes/Has3States by Flash on 03-18-2007 at 03:48 PM
hum, and how for set the State? ? code: RE: [Help] CheckBoxControl/Attributes/Has3States by felipEx on 03-18-2007 at 04:11 PM
you need to know the checkbox's handle: RE: [Help] CheckBoxControl/Attributes/Has3States by Flash on 03-18-2007 at 04:28 PM watch my edit post |