|
Prev: database wont update
Next: Favorites disappeared
From: kumar00245 on 27 Jun 2008 15:28 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.
From: Jeroen Mostert on 27 Jun 2008 15:37 kumar00245(a)gmail.com wrote: > 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? > An instance of OpenFileDialog with the MultiSelect property set to "true" should do it. -- J.
From: kumar00245 on 27 Jun 2008 15:42 On Jun 27, 3:37 pm, Jeroen Mostert <jmost...(a)xs4all.nl> wrote: > kumar00...(a)gmail.com wrote: > > 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? > > An instance of OpenFileDialog with the MultiSelect property set to "true" > should do it. > > -- > J. Can you please provide me any like or code sample. Thank you.
|
Pages: 1 Prev: database wont update Next: Favorites disappeared |