openfiledialog
How to create custom links in the Application.FileDialog using VBA?
I am attempting to use the FileDialog construct in VBA to display a list of available files the user may want to open. I would like to also steer the user towards some common folders in which they typ[详细]
2023-01-24 16:25 分类:问答Trying to open a file dialog using the new IFileDialog and IFileOpenDialog interfaces in C# with minimal code [duplicate]
This question already has answers here: When defining a Windows API interface in C#, do I have to define all members? Can I only define the methods I'm going to use?[详细]
2023-01-24 09:35 分类:问答Customizing OpenFileDialog in .Net
In need to create native looking customized .Net OpenFileDialog in Windows XP and Windows Vista/7. Add new controls to it, etc. Is there any way to customize standard OpenFileDialog in .Net (WPF speci[详细]
2023-01-23 10:45 分类:问答I can't get Delphi Context-sensitive help working in open and save dialogs
I ha开发者_C百科ve a Delphi 2006 app with a CHM help file.It all works OK except that I cannot get any help to connect to the \"Help\" button on the TOpenDialog and TSaveDialog.[详细]
2023-01-20 05:16 分类:问答File input behaviour in IE
I have noticed a difference in behaviour between chrome and IE of handling file input clicks. jsFiddle example here.[详细]
2023-01-20 02:54 分类:问答OpenfileDialog - Window is not popping out
I am working on form . I want small window to pop up when I click button and to will select XML file of my choice from various folder.[详细]
2023-01-19 15:07 分类:问答Selecting path to a folder in my computer (as in OpenFileDialog but without filename) in Silverlight 4
I have seen OpenFileDialog and SaveFileDialog in silverlight but, what if I required to select path of folder in my computer?[详细]
2023-01-19 01:53 分类:问答Readonly OpenFileDialog
I\'m using an OpenFileDialog in my Windows Form. I would like this dialog to be read only. The only thing I would like is that the user can open/load a file.[详细]
2023-01-15 05:15 分类:问答.NET. How to hack OpenFileDialog? [duplicate]
This question already has an answer here: Closed 12 years ago. Possible Duplicate: changing button text in OpenFileDialog in C#.net[详细]
2023-01-14 19:47 分类:问答Required Dialog for selecting Multiple Files and Folders .NET
I thought it would be easy to find, I was wrong. Dialog Requirements: Can browse MULTIPLE FILES/FOLDERS in the same time.[详细]
2023-01-13 10:27 分类:问答