savefiledialog
Create themed/skinned WPF FileDialogs
I would like to have my own开发者_Go百科 FileDialogs like OpenFileDialog,SaveFileDialog,BrowseDialog etc...[详细]
2023-04-08 00:33 分类:问答Application Level Hook for OpenFileDialog and SaveFileDialog
I\'m developing a C# Windows Forms Application using .NET 4 and I am facing a very interesting requirement. What happens is that I\'d like to have two kinds of OpenFileDialog/SaveFileDialog: the defau[详细]
2023-04-05 07:38 分类:问答Qt customizing save file dialog
I need to customize default Qt save file dialog: add some options in it. For example, adding some checkboxes with my own va开发者_JS百科lues in it between file type and save/close buttons.[详细]
2023-04-05 04:32 分类:问答How to add Save file Dialog Box using C#
I need to implement something similar to Notepads\' save option. Assuming I have a button placed next to a Ric开发者_运维知识库hTextBox, what I want is, when this button is clicked, a Dialogue box wil[详细]
2023-04-05 00:09 分类:问答Save file to the local system using browser with the specified filename and extension using html & javascript without server interaction
We are using HTML5 and javascript in one of our applications. The requirement is when the user clicks on a button we should download a file containing all the user entered data. There should be no ser[详细]
2023-03-31 10:30 分类:问答How to Prompt Save As Dialog Box After Creating Word Document With Fopen and Fwirte in PHP
I wrote the following script so that an end-user can create a word document from text entered into a textarea:[详细]
2023-03-31 01:26 分类:问答how do you save from a savefile dialog in C#?
here is the code I am currently using to open a file using the openfiledialog` private void openToolStripMenuItem_Click_1(object sender, System.EventArgs e)[详细]
2023-03-28 12:41 分类:问答How to close Win32 SaveFileDialog when an error has occurred?
I\'ve run into an issue with the Microsoft.Win32.SaveFileDialog in our Wpf application. If the user enters an enormous file path, above the allowed maximum (I think its 255 chars?), within the SaveF[详细]
2023-03-28 09:55 分类:问答save multiple image to local from folder in asp.net
ive got a file download issue can you help me for that... here is the code: DirectoryInfo directoryInfo = new DirectoryInfo(Server.MapPath(@\"/Bailiffs/BailiffFiles/\"));[详细]
2023-03-28 04:56 分类:问答SaveFileDialog Extensions Overlapping
I would like to offer multiple extensions in my SaveFileDialog. I would like to have the following extensions:[详细]
2023-03-27 13:27 分类:问答