Directory search

  • Thread starter Thread starter kumar00245
  • Start date Start date
K

kumar00245

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?

Thanks.
 
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.
 

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

Back
Top