vb.net Drive & Folder tree object required
-
In vb6 there was a drive list box & a dirlistbox showing familiar drive & folder structure in tree form, not so in vb.net I need users to select a folder, then I will get all files in that folder to an array, theopen file & save file dialog boxes are visually what I want but not their functionality, ie I dont want user to open a file or save a file, just get them to select a folder for which I can save the folder name & get it's files thanks fo nay constructive help/suggestions 44Class
-
In vb6 there was a drive list box & a dirlistbox showing familiar drive & folder structure in tree form, not so in vb.net I need users to select a folder, then I will get all files in that folder to an array, theopen file & save file dialog boxes are visually what I want but not their functionality, ie I dont want user to open a file or save a file, just get them to select a folder for which I can save the folder name & get it's files thanks fo nay constructive help/suggestions 44Class
Try here: Article Clickety[^]
-
In vb6 there was a drive list box & a dirlistbox showing familiar drive & folder structure in tree form, not so in vb.net I need users to select a folder, then I will get all files in that folder to an array, theopen file & save file dialog boxes are visually what I want but not their functionality, ie I dont want user to open a file or save a file, just get them to select a folder for which I can save the folder name & get it's files thanks fo nay constructive help/suggestions 44Class
Check this link. A good example of using dirListBox, DriveListBox in VB .NET. Very easy to implement. Cheers http://www.dotnetjunkies.net/tutorials.aspx?tutorialid=392:-D Zulfikar Ali