savefiledialog
Multidot extension for SaveFileDialog in C#?
Basically I\'m trying to set the SaveFileDialog\'s filter like let\'s say to... \"Xml Document (.asdf.xml)|.asdf.xml\".It\'ll filter the files correctly when picking a file, but when actually saving t[详细]
2023-01-09 20:41 分类:问答How can I force a Save-As dialog box without leaving the page in php?
I have an anchor tag: <a href="file.pdf">Download Me</a> I would like for the user to click on it and then have a Save-As dialog box appear with a new filename I determine.[详细]
2023-01-07 00:47 分类:问答What's the most elegant workaround for the lack of DefaultFileName in SaveFileDialog in Silverlight?
The SaveFileDialog in Silverlight lacks a DefaultFileName property, resulting in the user having to enter the file name manually with every file download from a Silverlight application.[详细]
2023-01-05 01:37 分类:问答How do I save a file generated by an OS X Dashboard Widget?
I\'ve got a web app that I\'m porting to an OS X Dashboard widget. The web app generates some data on the client side using JavaScript, and then, when the user wants to save it, sends it to a server-s[详细]
2022-12-28 21:51 分类:问答SaveFileDialog problem (C#) (VS2008)
I am having an issue with SaveFileDialog for some reason.All I want to do is extract data from a text box line by line and write it to a text file, then save that text file to the desktop.The first bi[详细]
2022-12-28 07:23 分类:问答Save Dialog on top of another custom dialog is behaving strangely!
I have a save as image feature for charts in my application. The chart control is a custom user control with custom logic in them. It also has some scaling based on size, zoom etc. However, while savi[详细]
2022-12-25 08:26 分类:问答When Does the File Download Dialog Open? - HTML, Javascript
I have a html page, and when I click a file link on the page, the file download dialog pops up, and this file dialog locks the page. I mean without selecting one of the choices(Open, Save, Cancel) I c[详细]
2022-12-25 05:04 分类:问答Opening response stream in silverlight
I am attempting to return a image from a server using Silverlight 3. The server returns the Response stream like this:[详细]
2022-12-24 05:53 分类:问答Visual Studio 2008 "Save File As" Dialog Intermittent Issue
Me and a few of my coworkers are experiencing 开发者_StackOverflow社区an odd issue in Visual Studio 2008 and Windows 7 (64-bit).We use VSS6 for our source control (unfortunately).[详细]
2022-12-22 12:39 分类:问答C# - SaveFileDialog not showing as the active window
I am doin开发者_开发技巧g a small program to open an excel spreadsheet, update it then save it to a new file then close everything up.[详细]
2022-12-22 05:56 分类:问答