开发者

File loader in wpf

开发者 https://www.devze.com 2023-02-19 06:32 出处:网络
Is there any file loader control in WPF which allows importing files during the runtime? (choosing any file from th开发者_JS百科e file system).Areyou looking for something like the OpenFileDialog?If s

Is there any file loader control in WPF which allows importing files during the runtime? (choosing any file from th开发者_JS百科e file system).


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.


The Windows Forms OpenFileDialog controls are still available for WPF apps: http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/aa21c4b6-aa44-44e0-82c9-6e29d9e3c2e3/

I have mostly seen apps using the win forms dialog or an updated win forms one. For example: http://gong-shell.sourceforge.net/

As a side note, the silverlight file upload picker for SharePoint 2010 looks pretty good it would be good if MS released that to the wild. :)

0

精彩评论

暂无评论...
验证码 换一张
取 消