Search Tools Links Login

Export treeview to HTML

Posted: 2002-06-01
By: ArchiveBot
Viewed: 208

Filed Under:

VB6 Code Cache

Title Uploaded Size
Export_tre486021142002.zip 9/3/2020 3:45:00 PM 46,519

This code takes a treeview as parameter and generates HTML that exactly represates this treeview. This includes indentation, images, bold-text, etc.
I couldn't find any good code that could generate the right HTML (there were lots of errors in most of the code) so I decided to make my own version.
This code is based on code by Chetan Sarva and for a little bit on Manu Bangia.

Original Author: Koen Muilwijk

Inputs

The treeview itself, the directory where the treeview images are stored and the directory where the images are stored that are used by the treeview

Assumptions

Just call the Tree2HTML(...) function with the right paramters

Returns

A HTML string


Comments on this post

No comments have been added for this post.

You must be logged in to make a comment.