Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

File loader in wpf

Tags:

file

import

wpf

Is there any file loader control in WPF which allows importing files during the runtime? (choosing any file from the file system).

like image 951
Sergey Avatar asked Mar 23 '11 04:03

Sergey


1 Answers

Are you looking for something like the OpenFileDialog? If so, there are examples of how to use it here or here or you can google "wpf openfiledialog" and find many others.

like image 121
Zann Anderson Avatar answered Oct 03 '22 20:10

Zann Anderson