openfiledialog
Silverlight file upload - file is in use by another process (Excel, Word)
all. I have a problem with uploading of the file in Silverlight application. Here is a code sample. In case when this file is opened in other application (excel or word for example) it fails to open i[详细]
2022-12-31 21:11 分类:问答How does one use OpenFileDialog in C# in visual Studio 2010
I have written a custom dialog (form) that I can use in a C# program that behaves much like a \"File - Open\" menu command and brings up a window where a user can select a file or directory.开发者_Pyt[详细]
2022-12-30 01:34 分类:问答How do I use the OpenFileDialog class such that it opens on the Network area as default?
How do I use the OpenFileDialog class (in C#, WPF etc.) such that it opens on the Network area as default?[详细]
2022-12-29 22:18 分类:问答Is it possible to have file filters for multiple extension types?
I\'m开发者_JAVA技巧 using a standard Windows FileDialog to allow the user to select some files. I\'d like to filter out only the file types I\'m interested in though (lets call them *.a and *.b). Is t[详细]
2022-12-29 06:03 分类:问答Remove places bar in OpenFileDialog C#
Is there a开发者_JAVA技巧 way to do it? Check this out : Customize Your Open File Dialog EDIT: http://msdn.microsoft.com/en-us/magazine/cc300434.aspx[详细]
2022-12-27 23:57 分类:问答Is there anyway to change title of OpenFileDialog in Silverlight 3?
I\'m using OpenFileDialog in a Silverlight 3 application (sample code below). OpenFileDialog dialog = new OpenFileDialog();[详细]
2022-12-27 01:16 分类:问答FolderDialog Box Crashing Only in Debug Mode VSD2008
I have a folderBrowseDialog box in an application.It has been working for a month.Lately when I run the project from VS 2008 and I click on a button that opens the box the command ShowDialog() runs.Th[详细]
2022-12-25 14:58 分类:问答CFileDialog - Selected filter and "Hint" showing all files
I have CFileDialog and set filter for it (Text files *.txt). When it opens, I see only TXT files, thats right. But! w开发者_JS百科hen I\'m typing text into filename, the hint (under filename field) is[详细]
2022-12-24 09:56 分类:问答How to use White to test OpenFileDialog on Silverlight 4.0 application?
I\'m trying to test an OpenFileDialog that is created when the user clicks on a button in my Silverlight 4.0 application.According to the FAQ, the correct way of finding modal dialogs is this:[详细]
2022-12-22 18:40 分类:问答OpenFileDialog for selecting more than 1 file with WPF
How can I implement an openfiledialog, which is able to do multiselecting? Do I need an extra libraray or is it also possible with the WPF-Control OpenFil开发者_如何学CeDialog?I think there is a prope[详细]
2022-12-19 17:13 分类:问答