Re: Directory search

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jon Skeet [C# MVP]

    Re: Directory search

    <kumar00245@gma il.comwrote:
    I need to develop a functionality in windows firm to select multiple
    files from a directory and display them in a datagrid in C#.
    >
    Can anyone please tell me how to select multiple files from a
    directory using any C# windows control?
    >
    Is there any way to achieve it?
    Have a look at OpenFileDialog and its Multiselect property.

    --
    Jon Skeet - <skeet@pobox.co m>
    Web site: http://www.pobox.com/~skeet
    Blog: http://www.msmvps.com/jon_skeet
    C# in Depth: http://csharpindepth.com
Working...