Connecting Tech Pros Worldwide Forums | Help | Site Map

Directory List Control

pbala's Avatar
Member
 
Join Date: Dec 2008
Location: Tamil Nadu
Posts: 34
#1: Dec 27 '08
Is there any control for Directory list, Drive list, file list in vb.net 2005

MrMancunian's Avatar
Expert
 
Join Date: Jul 2008
Location: Utrecht, The Netherlands
Posts: 283
#2: Dec 29 '08

re: Directory List Control


Do you mean controls like FolderBrowseDialog, OpenFileDialog and SaveFileDialog?

Steven
Frinavale's Avatar
Site Moderator
 
Join Date: Oct 2006
Location: The Great White North
Posts: 5,137
#3: Dec 30 '08

re: Directory List Control


Quote:

Originally Posted by pbala View Post

Is there any control for Directory list, Drive list, file list in vb.net 2005

Not really, you need to loop through all of the files in the directory or drive and retrieve the file information about the files in the directory or drive.

What are you trying to do exactly?
Reply