The SaveFileDialog is a (component) class in the .NET Framework that prompts the user to select a location for saving a file.
In my main Form I have a method called SavePDFDocument(): private void SavePDFDocument() { PDFWrapper pdfWrapper = new PDFWrapper(); pdfWrapper.CreatePDF(horizontalPictureScroller1.…
c# savefiledialogIn my application I use a SaveFileDialog to pop up a Save As window. I have restricted in the file …
c# winforms file-extension savefiledialogI'd like to have my VBScript display the Windows Save As dialog box, but I could not find out how …
vbscript savefiledialog common-dialogI am trying to add a SaveFileDialog to my Windows Application, in which I save a simple text file from …
c# savefiledialogI am trying to save my .NET application settings file to the user's %MyDocument%\MyApplication folder, but I don't know …
c# file append savefiledialog appsettingsI try, when I press save in SaveFileDialog I do something. I trying fix but always something wrong. SaveFileDialog dlg2 = …
c# wpf dialog savefiledialog dialogresultI need to implement something similar to Notepads' save option. Assuming I have a button placed next to a RichTextBox, …
c# wpf richtextbox savefiledialog notepadI have a save file dialog and i want to get only the filename entered. Equivalent for openfiledialog.SafeFileName; Save …
c# winforms savefiledialog filedialogWhile showing a save dialog, I want to hook user's filter type change and change file extension automatically. (e.g. …
delphi windows-7 windows-vista savefiledialog save-asI am using c# WinForms. I have a save dialog box that pops up and a message box after that …
c# winforms savefiledialog