Check / Uncheck All Child Nodes and Uncheck Parent Node in TreeView

Visual Basic logo

As mentioned in my last post, I am working with a TreeView control that has been upgraded from VB6 to Visual Basic .NET (2012).  To programmatically cause the TreeNodes to be checked/unchecked properly, we must use the AfterCheck event.  Here is the code which is called from the AfterCheck event: And here is the code … Read more