The text of this article is not in this database — only its details are. Read it on the old site: SaveFileDialog In C#
19 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: SaveFileDialog In C#
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Rahul AgrawalPosted Apr 22, 2020, 6:59 AM
SaveFileDialog1.RestoreDirectory = true; Is not working please help someone.
Rahul AgrawalPosted Apr 22, 2020, 6:59 AM
SaveFileDialog1.RestoreDirectory = true;
Malika BindalPosted Mar 2, 2018, 3:37 AM
I have made a recorder in .js file but i want to save recorded files on user's system automatically,how do i achieve that?.............please help
Abbas HamzaPosted Apr 7, 2017, 6:48 AM
This great , but how can i set the directory to a portable usb drive if that possible. thanks
SubashPosted Aug 29, 2016, 12:38 AM
Thank you sir helpful for me
GokulPosted Jun 20, 2016, 3:39 AM
I need save file user folder path how can i do it???
prakash GPosted Dec 4, 2015, 9:28 AM
I want to save in custom folder .pls give reply
prakash GPosted Dec 4, 2015, 9:27 AM
error:file does not exsit in selected location.
prakash GPosted Dec 4, 2015, 9:26 AM
I get error..
Muhammad UzairPosted Nov 18, 2015, 11:18 PM
If below options are true then I receive error when click on "Save Button" in "Dialog". And if below options are False then there is no error but file is not saving.SaveFileDialog1.CheckFileExists = true;SaveFileDialog1.CheckPathExists = true; Please check.
Amit ShrivastavaPosted Aug 21, 2014, 9:47 AM
i want save file user folder path how can i do it???
mira khanPosted Jan 21, 2013, 7:53 AM
j
Nava AmoPosted Jan 3, 2012, 1:52 AM
i want save in one file all my richtextbox, i have a texteditor that content usercontrol of three richtextbox, and i have to save it. pls help
tony richPosted Nov 20, 2011, 11:49 AM
an error occred while using this code. when we give the file name to save, it says, no such file exits, please chek the file name correctly.
Abraham TheodorusPosted Oct 11, 2011, 1:47 AM
Is there any additional code if there is an existing filename?
umar moaviaPosted May 4, 2011, 7:36 AM
thanks man!! good job. its easy to understand. i am new in c-sharp i have another problem, will you please help me. i want to remove some text from a line... like, www.google.com.hk to, www.google.com means i want to remove '.hk' and save it to a new file. please help me!