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.

How to set name of file downloaded from browser?

I'm writing a web application that, among other things, allows users to upload files to my server. In order to …

html download savefiledialog
Multiple types in a SaveFileDialog filter

In my SaveFileDialog I have multiple types in the filter, however when viewing the dialog if I choose a filter …

c# .net savefiledialog
How to save an image from a picturebox to jpg

I have been able to save a file as a .jpeg, but the image won't load, has anyone got a …

vb.net system.drawing savefiledialog
How do I save an Excel file without getting a format warning when opening, using C# and Excel 2010

I'm using Excel 2010. I'm trying so save my excel file, with this code. It does save a .xls file, but …

c# visual-studio-2010 excel format savefiledialog
A Generic error occurs at GDI+ at Bitmap.Save() after using SaveFileDialog

I use the following code block with some more code inside the using block: using (System.Drawing.Bitmap tempImg = (System.…

c# bitmap save savefiledialog
Default Filename SaveFileDialog

I would like to create SaveFileDialog with default file name from value DataGridViewCells So far I tried private void buttonSave_…

c# .net savefiledialog
How do I use savefiledialog in vb.net

I have a program called TextEditPro and I just started it, I'm running into a problem. When I had the …

vb.net savefiledialog textedit
Writing a Text File in memory and saving it with savefiledialog

I am trying to make a text file in memory, add some lines to it and at the end save …

c# memorystream savefiledialog textwriter
Save file dialog and export to Excel sheet

I had a datagrid view, and I had exported to an Excel sheet. The code worked well, but when the …

c# datagridview export-to-excel savefiledialog