For X = 1 To frmMain.tvInstalled.Nodes.Count
Printer.Print frmMain.tvInstalled.Nodes(X).Text
DoEvents
Next
this works.. sort of.
What I need is to print the nodes in order with an appropriate indent..
Looping the above way does not print the nodes out the same as you see them
loops through each "level" instead of top to bottom...




Reply With Quote