FolderBrowserDialog

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
 
M

Mattias Sjögren

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top