Hi All,
I have a Treeview control on an Access form. I want to be able to make the checkbox of a particular node gray to indicate that some, but not all, of its child nodes are checked. I already have the logic in place to determine this. What I can’t do is find a method to grey the checkbox. I can only find a checked property.
Is there any way to do what I want, maybe using a SendMessage or other API call?
Thanks,