VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

TreeView Export Routine

Levi  (2 Submissions)   Files/File Controls/Input/Output   Visual Basic 3.0   Beginner   Wed 3rd February 2021

Exports a TreeView control (including ALL it's children) into a graphical representation with plain text.

Inputs
A tree control!

Assumes
You'll never find anything 'easier. just paste the code into your 'program and call the first function 'and it will return the output of 'everything in your TreeView control 'Ex:Text1.Text = exportTree(MyTreeView)

Returns
A string with the formatted 'text to look like the tree control

Rate TreeView Export Routine (3(3 Vote))
TreeView Export Routine.bas

TreeView Export Routine Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters