Showing Folder List (BrowseForFolder) 
Author Message
 Showing Folder List (BrowseForFolder)

Hi ,

Is there any option using which I can show Drive and Folder list to my
client from where he can select his path ?

Currently I am using BrowseForFolder option from Shell32 but I want to use
something form .Net instead of keeping dependency on Shell32 Interop is it
possible ?

Thanks

Shekhar



Mon, 28 Mar 2005 15:22:15 GMT  
 Showing Folder List (BrowseForFolder)
Hi,

    you can use DirectoryInfo class to populate List of directories in the
system.

Regards,
S.Annamalai.


Quote:
> Hi ,

> Is there any option using which I can show Drive and Folder list to my
> client from where he can select his path ?

> Currently I am using BrowseForFolder option from Shell32 but I want to use
> something form .Net instead of keeping dependency on Shell32 Interop is it
> possible ?

> Thanks

> Shekhar



Mon, 28 Mar 2005 15:42:32 GMT  
 Showing Folder List (BrowseForFolder)
Take a look at:
http://www.dotnet247.com/247reference/msgs/4/22840.aspx
Piotr


Mon, 28 Mar 2005 15:52:29 GMT  
 Showing Folder List (BrowseForFolder)
Hi Shekhar,

The following KB explains how it is done. (Includes good deal of code)...
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q306285

Thanks,
Deepak

--
This posting is provided "As Is" with no warranties, and confers no
rights.

Quote:
> Hi ,

> Is there any option using which I can show Drive and Folder list to my
> client from where he can select his path ?

> Currently I am using BrowseForFolder option from Shell32 but I want to use
> something form .Net instead of keeping dependency on Shell32 Interop is it
> possible ?

> Thanks

> Shekhar



Mon, 28 Mar 2005 16:29:56 GMT  
 Showing Folder List (BrowseForFolder)
Hi!

Download the BrowseDialog component from
http://www.wintoolzone.com/dotnetcom.asp which does exactly that!

--
Kumar Gaurav Khanna
*************************************************************************
"I can't be Garbage Collected... I am pinned to .NET"



Quote:
> Hi ,

> Is there any option using which I can show Drive and Folder list to my
> client from where he can select his path ?

> Currently I am using BrowseForFolder option from Shell32 but I want to use
> something form .Net instead of keeping dependency on Shell32 Interop is it
> possible ?

> Thanks

> Shekhar



Mon, 28 Mar 2005 16:37:29 GMT  
 Showing Folder List (BrowseForFolder)
Thanks Guys

It was a great help and it worked ....

Regards
Shekhar


Quote:
> Take a look at:
> http://www.dotnet247.com/247reference/msgs/4/22840.aspx
> Piotr



Mon, 28 Mar 2005 18:55:06 GMT  
 
 [ 6 post ] 

 Relevant Pages 

1. how can i get the list of all files/folders in a given folder

2. Making my folder show my Icon

3. Show Folder Dialog

4. Window showing the different folders and files (like IE favourites pane)

5. listing all files in a folder + subfolders

6. listing folders?

7. File and folders listing functions

8. sort folder names in the fileview list

9. File list under a folder

10. List of accessible folder of a given computer

11. Getting list of files from a folder...WinNT vs Win98

12. Getting a list of files from a folder

 

 
Powered by phpBB® Forum Software