quote:
Originally posted by Dennis Mike
felipex say how to set the checkbox status "Partial Check"?
PlusWnd.SendControlMessage(controlid, 0xF1, 2, 0)
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