vinemicros
Programmer
Does anyone know of a good way of printing Microsoft Treeview controls?
I've successfully done it by turning the treeview into a cursor (using .parent. and .child., etc. to scan through the tree, and adding spaces and arrows at suitable points), but the problem is how to get the tree elements to line up in the printout properly.
My only solution was to use the Courier typeface, which of course is not a proportional font, and thus every character is the same width. This makes it easy for my routine to indent things by the right amount, but looks nasty on a printout.
I'm sure there's a solution somewhere, but I can't find it.
I've successfully done it by turning the treeview into a cursor (using .parent. and .child., etc. to scan through the tree, and adding spaces and arrows at suitable points), but the problem is how to get the tree elements to line up in the printout properly.
My only solution was to use the Courier typeface, which of course is not a proportional font, and thus every character is the same width. This makes it easy for my routine to indent things by the right amount, but looks nasty on a printout.
I'm sure there's a solution somewhere, but I can't find it.