CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2006
    Posts
    21

    Question help in listing folders

    hi
    In my project i need to display the drives and folders similar to drive list control in vb.how can i do that in c#.net windows programming

    When i select a folder all the files in that folder should be displayed.

    plz help.give some ideas

    binil

  2. #2
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: help in listing folders

    There is no DriveList control in C# as of now. You can either use a FoldeBrowser Dialog or create your own control to list all the drives. What exactly is the requirement? Have you taken a look at FolderBrowserDialog/OpenFileDialog and SaveFileDialog?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured