Hi,
I'm building an application where I need to use a saveFileDialog. The problem is that I want to restrict the users from using some parts of the saveFileDialog (e.g. I don't want them to edit the name of the file). I've heard that it's very difficult to do this using Windows forms SaveAsDialog. Do you know how to do this in native code? Do you have a full undestandable example (I need the whole example, since I've never used Windows API)?
PS. I really need to use the saveFileDialog to keep UI consistency.