how to stop the user from changing the FileName in savefiledialogBox?I mean that cant be editable....
please help me
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
FroglegPosted Mar 30, 2011, 1:32 AM
1: Just use a save button with default file name
2: If you want the user to be able to choose a folder to save the file, use folderbrowser dialog -let the user choose the folder and then save file to there
3: Create your own custom save file dialog
4: Lastly you can enter a default file name, and when the user clicks the dialog OK button, if they have changed the file name, revert it back to default and pop up a messagebox
explaining why