Hi guys,
There is a wired problem that I am facing with SaveFileDialog box component. The problem is that when the user wants to save an image file and clicks on a file in the dialog box and then changes the format (extension) of the file to save the file with that extension the file name still contains the old file extension that previously was selected.
This is a problem because the file is being saved with correct format but with different extension. I also set the OverwritePrompt to True but since the file name contains the old file extension it warns the user to overwrite a file which has an extension that is not selected by the user.
I check all properties and did some tests but until now I can't fined a solution. Am I missing something here?
Thanks in advance,
VBDT




Reply With Quote