Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

bold[/]Displaying Directory Contents

Status
Not open for further replies.

LadyDev

Programmer
Jan 29, 2003
86
US
I want to iterate through a folder and its subfolders, and display the contents of the folder in a dataviewer/grid. I have everything working, with one exception. In order to display the file contents of different folders/subfolders I have to re-create the dataviewer for each file folder.

Does anyone know how I could create the dataviewer/grid 'on the fly' based on the user selection, without having to duplicate it a hundred times?
 
Could you not use the treeview control? This will give you an explorer like interface that you can manipulate as you like!

hth

Ben ----------------------------------------------
Ben O'Hara

"Where are all the stupid people from...
...And how'd they get so dumb?"
NoFX-The Decline
----------------------------------------------
 
The treeview was my first venture, but proved to be unacceptable for others.

Is what I purpose, not possible?
 
To be honest, I've no idea, I don't have ODE, so I can't use these sort of things!


Sorry.

Bn ----------------------------------------------
Ben O'Hara

"Where are all the stupid people from...
...And how'd they get so dumb?"
NoFX-The Decline
----------------------------------------------
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top