SaveFileDialog on Vista not creating files???!!
-
I have an application that needs to save some translated files. So I did what any developer would and incorporated a SaveFileDialog into the project. It is configured for CreatePrompt = true. When I run the application and give it a filename inside a folder (that I have the rights to write files to) I click save and get a dialog box that basically says: Hey, that file doesn't exist! Then I only get a button to say Okay .. but no button to Create. Has anyone else experienced this? I see examples EVERYWHERE that I should totally be able to provide a new file name and expect to get it created without the Dialog box from actually blocking me from creating a file! Thanks, Michael
-
I have an application that needs to save some translated files. So I did what any developer would and incorporated a SaveFileDialog into the project. It is configured for CreatePrompt = true. When I run the application and give it a filename inside a folder (that I have the rights to write files to) I click save and get a dialog box that basically says: Hey, that file doesn't exist! Then I only get a button to say Okay .. but no button to Create. Has anyone else experienced this? I see examples EVERYWHERE that I should totally be able to provide a new file name and expect to get it created without the Dialog box from actually blocking me from creating a file! Thanks, Michael
theRealCondor wrote:
Has anyone else experienced this?
Nope.
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon