Turpis
Programmer
- Apr 16, 2002
- 151
I need an easy way to print a tree view. The problem is that I am not well versed in VB6. I have built a form with a drivelistbox and a folderlistbox. I would like to be able to just click to the folder that contains files and subfolders then hit my "print tree" button and wham-o a tree /f prints using that current folder.
I tried using:
dim sh
sh=shell("tree /f filList.Path"
But of course this doesn't work. tree /f is exactly what I want to do. I have to print these tree views for our computer unsaavy contract's manager about 5-12 times a week, would be nice if I could just put together something where he could just point and click and print. Any ideas would be appreciated.
Charles
Walden's Machine, Inc.
Quality Assurance/Office Developer
I tried using:
dim sh
sh=shell("tree /f filList.Path"
But of course this doesn't work. tree /f is exactly what I want to do. I have to print these tree views for our computer unsaavy contract's manager about 5-12 times a week, would be nice if I could just put together something where he could just point and click and print. Any ideas would be appreciated.
Charles
Walden's Machine, Inc.
Quality Assurance/Office Developer