Hello All,
I was trying to use FolderBrowserDialog dialog box that
is supported only in version 1.1 of .NET Framework. So I
upgraded the .NET framework from 1.0 to 1.1 by
downloading the dotnetfx.exe. Everything went well with
Upgrading but still .NET didn't recognize
FolderBrowserDialog type and when I checked the
version .NET Framework in "About Microsoft Visual
Basic .NET" it showed the version is still 1.0.
Any idea about this issue? Or do you know any other way
rather than using the FolderBrowserDialog in VB?
I appreciate your help in advance.