PDA

View Full Version : VB CD structure reading


fuhbar
05-14-02, 10:35
hello

i'm a newbie to VB.
I'd like to know which is the best way to read a cd structure into an form for further work? So that I have the folder and file structure on one side of the form and on the other side the options, which I want to assign to the shown folders for further processing.



Thanks in advance for any suggestions


regards
fuhbar

rnealejr
05-14-02, 12:05
You can use the treeview and listview controls. Look at the online help for these controls - they outline exactly what you want to do.

Good luck.

fuhbar
05-15-02, 04:14
Thanks for the hint

from my point of view the help is a bit thin. it is not very detailed.
you get the frame, but this was it.

maybe you can help me further.


fuhbar

rnealejr
05-15-02, 22:37
Did you try looking at the article "ListView Scenario 1: Using the ListView Control with the TreeView Control"

MSDN Article (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon98/html/vbconlistviewscenario1.asp)

There are 4 articles. Let me know if this does not help.