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
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
How do I use the OpenFileDialog class (in C#, WPF etc.) such that it opens on the Network area as default?
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
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
I\'m using OpenFileDialog in a Silverlight 3 application (sample code below). OpenFileDialog dialog = new OpenFileDialog();
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
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
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:
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