Selecting Directories

  • Thread starter Thread starter Boris
  • Start date Start date
B

Boris

Hi,

I have recently learned from a kind MVP that VS .NET 2002
won't use .NET framework 1.1 which in turn prevents me
from utilizing the FolderBrowserDialog class since it is
only available in the .NET framework 1.1 so I was
wondering if anyone would know how to let the user browse
and select directories through a dialog window or
otherwise short of having them type in the directory they
are interested having some kind of operation performed
upon on. Thank you in advance for your help!

Sincerely,
Boris
 
Thank you very much! This was exactely what I was
searching for.

Sincerely,
Boris
-----Original Message-----
Boris,

Check out the knowledge base article titled "HOW TO: Implement a Managed
Component that Wraps the Browse For Folder Common Dialog Box by Using Visual
C# .NET", located at (watch for line wrap):

http://support.microsoft.com/default.aspx?scid=kb;en- us;Q306285

It will allow you to show a folder browse dialog in .NET 1.0.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Hi,

I have recently learned from a kind MVP that VS .NET 2002
won't use .NET framework 1.1 which in turn prevents me
from utilizing the FolderBrowserDialog class since it is
only available in the .NET framework 1.1 so I was
wondering if anyone would know how to let the user browse
and select directories through a dialog window or
otherwise short of having them type in the directory they
are interested having some kind of operation performed
upon on. Thank you in advance for your help!

Sincerely,
Boris


.
 
Back
Top