I have a question when using SaveFileDialog, I want to disable the two change folder buttons on top of the dialog, one is to go to the parent folder of the current one, the other is to create a new folder under the current one. In one word, I don't want the user to be able to save the file to any other folder, but the default folder I define. Any one knows how to do that? Thanks a lot.