Top "Savefiledialog" questions

The SaveFileDialog is a (component) class in the .NET Framework that prompts the user to select a location for saving a file.

C#, WPF - OpenFileDialog does not appear

I have been searching up and down the web and unfortunately never came across an issue quite like mine, so …

c# wpf openfiledialog savefiledialog
how to save file with GetSaveFileName in win32?

I write this code to get fileName to save my file : #include "stdafx.h" #include <windows.h> int _…

c++ winapi savefiledialog
Forcing "Save As" dialog via jQuery GET

I'm calling a jQuery "GET" on the test.php file code below. I'm trying to get the script to pop …

php jquery get savefiledialog
Create, write to and open a text file from SaveFileDialog

I am displaying a SaveFileDialog and when OK is clicked I am creating new file, writing some default content to …

c# winforms savefiledialog
Save dialog doesn't add extension to file

I have a button that opens a save dialog window with default extension filters set. When I save a file …

java swing jfilechooser savefiledialog
System.Windows.Forms.SaveFileDialog does not enforce default extension

I am trying to make SaveFileDialog and FileOpenDialog enforce an extension to the file name entered by the user. I've …

c# winforms savefiledialog
saving data from a query as a csv file

I've got an application which opens a csv file and displays all the contents into a formatted datagridview. From there …

c# csv savefiledialog
SaveFileDialog displaying only file with specific extension

I want to save an image which has two options (.Png or .Jpeg),so i need to display only files …

c# savefiledialog
Python tkFileDialog.asksaveasfile - get file path

I want to get path of file "exportFile". exportFile = tkFileDialog.asksaveasfile(mode='a') If I write "print exportFile", I get: &…

python python-2.7 tkinter savefiledialog
download file from absolute uri to stream to SaveFileDialog

I've gotten as far as putting a file into a stream from a url. However puttin savefiledialog inside the event …

silverlight silverlight-4.0 uri absolute savefiledialog