http://www.codeproject.com/KB/printi...ttreeview.aspx

In this link, once I type it into VB 2008,

"this._controlImage = GetImage(tree.Handle, tree.Width, tree.Height)"
//reset the tree to its original settings

this statement just has error and I think that "this._controlImage" , the treeview may not have "_controlImage" member. So, what is the case?

Also, I search that the method "GetImage()"....

It shoubld be
"ToolboxBitmapAttribute.GetImage Method (Type, String, Boolean)"....

So, tree.Handle is the Type?
tree.Width is String?
tree.Height is Boolean?

or GetImage Method should have other parameter??

or does anyone can give me other link or teach me help to print a treeview?