FolderBrowserDialog

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

Boris

Hi,

Currently I'm attempting to use the functionality of the
FolderBrowserDialog class in my application so that a
user can browser and select directories however the class
is not being recognized. I have installed .NET framework
version 1.1 and I attempt to reference the object using
the absolute path:

System.Windows.Forms.FolderBrowserDialog m_folderBrowser;

Do I perhaps have to add a reference to a certain .dll
file or is my VS .NET perhaps still associated with .NET
version 1.0? Any hint or advice would be greatly
appreciated. Thank you kindly in advance!!!

Sincerely,
Boris
 
Boris,
or is my VS .NET perhaps still associated with .NET
version 1.0?

If you have VS.NET 2002, yes. You'd have to upgrade to VS.NET 2003 to
use v1.1 of the framework, or compile using the v1.1 command line
compiler.



Mattias
 
Back
Top