selecting Folders

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sunny74
    New Member
    • Sep 2007
    • 2

    #1

    selecting Folders

    I am writing a ASP.NET 2.0 web based application in which
    I want the user to create & select a Folder using Windows Explorer.After the user creates and selects the folder, on pressing OK I should be able to get the PATH of the folder for storing in a database.

    The problem is that there is nothing like FolderBrowserDi alog in WinForms which allows me to select a Folder and get its path.

    I got a good article in Code project but its written in VC++ 6.0.The article is

    http://www.codeproject .com/dialog/cfolderdialog.a sp

    Can someone provide me the equivalent code in VC# Visual Studio 2005 or help me write a similar code. It will be greatly appreciated.

    Thanks in advance,

    Sunny74
  • shweta123
    Recognized Expert Contributor
    • Nov 2006
    • 692

    #2
    Hi,

    Please refer this Article



    Originally posted by sunny74
    I am writing a ASP.NET 2.0 web based application in which
    I want the user to create & select a Folder using Windows Explorer.After the user creates and selects the folder, on pressing OK I should be able to get the PATH of the folder for storing in a database.

    The problem is that there is nothing like FolderBrowserDi alog in WinForms which allows me to select a Folder and get its path.

    I got a good article in Code project but its written in VC++ 6.0.The article is

    http://www.codeproject .com/dialog/cfolderdialog.a sp

    Can someone provide me the equivalent code in VC# Visual Studio 2005 or help me write a similar code. It will be greatly appreciated.

    Thanks in advance,

    Sunny74

    Comment

    Working...