|
-
Feb 9th, 2010, 08:16 AM
#1
Thread Starter
New Member
About printing a treeview with a link
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|