Re: Problem selecting checkboxes in TreeView

Tech-Archive recommends: Fix windows errors by optimizing your registry



Chris <CLarkou@xxxxxxxxx>'s wild thoughts were released on
Wed, 5 Dec 2007 22:56:08 -0800 (PST) bearing the following
fruit:

This works fine for me also, the problem seems to appear because I
assign treeview control with imagelist control for showing pictures
for each node.

Still works for me.


Me.TreeView1.ImageList = Me.ImageList1
Me.TreeView1.Nodes.Add , , , "Test", "ImageTest"
Me.TreeView1.Nodes(1).Checked = True

--
Jan Hyde

https://mvp.support.microsoft.com/profile/Jan.Hyde
.


Quantcast