S sanko84 New member Joined Sep 8, 2005 Messages 1 Programming Experience Beginner Sep 8, 2005 #1 i need to know, how to detect the treeview whether nodes is there. so that i can restore the form when i minimise it.
i need to know, how to detect the treeview whether nodes is there. so that i can restore the form when i minimise it.
jmcilhinney VB.NET Forum Moderator Staff member Joined Aug 17, 2004 Messages 15,188 Location Sydney, Australia Programming Experience 10+ Sep 8, 2005 #2 VB.NET: Expand Collapse Copy If myTreeView.Nodes.Count > 0 Then Upvote 0 Downvote