Print TreeView/Control

=TB=

Registered User.
Local time
Today, 02:07
Joined
Aug 13, 2002
Messages
68
I have just put something together for my wife, a fairly simple db to show and record her family tree. It works very well (so far) for what we need. The actual family tree is viewed using the ms tree control. I know the this component does not support a print property however does anyone know a way do get the tree to print other than just printing the form it resides on?

TIA
 
This tree view control recognises the node clicked on and brings up a msgbox. You may be able to adapt the code to print.... somehow

Dave
 

Attachments

Thanks for the response Dave.

The problem is not with initiating a print command, I can do this from the form the control resides in. I want to actually print just the contents of the tree control it's self but the control does not have a print property associated with it. I have it in the back of mind (maybe it was a dream) that it may be possible to print part of the form based on the co-ords and size of the control, but I am not sure where to start with this.
 

Users who are viewing this thread

Back
Top Bottom