Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Downloads
Search: 

Populating a TreeView control with directories
Saba Paramasivam, Alpha Omega Inc
This is an unconventional approach to build a TreeView control with directories. Developed with VFP8/XP, I have used the native filer.dll instead of traditional ADIR() function used for this purpose. The form BuildTreeViewDIR works with or without passing parameter, and stores the list of nodes checked for later use.
Created on
20 years ago
Downloads
1654
File type
Freeware
Rating
3.00/5.00
General information
Rating:
3.00/5.00 (1 rate) Rate this item
Description
Unzip the BuildTreeViewDIR2003 in any folder you wish. Start by giving "do form buildtreedir". Click the "Browse" button to select a drive/folder. The list of checked nodes will be available in "checked.dbf" on exit. As you can see, this approach neither uses ADIR() function traditionally used for this purpose nor any recursive procedure.
Created by
Saba Paramasivam, Alpha Omega Inc

Comments
The zipfile seems to be empty when using winzip? Robin Clapworthy, October 9, 2003

Is your Winzip an updated one? Does your Winzip work with other zip files? I tested in different machines and I could unzip the ZIP file using Winzip. Try using Winrar or similar, if your Winzip does not work. Saba Paramasivam, October 9, 2003

Add a comment
More downloads created from this member
Saba Paramasivam, Alpha Omega Inc
This analog clock works in VFP 8 with a screen resolution of 1024x768. I found a similar application in UT after I wrote the code for this analog clock version. The program has minimum number of lines (no classes) to display a running clock with both the analog and digital form of the time() and the...
Created on
19 years ago
Downloads
1322
File type
Freeware