J
Joel Moore
I've got SaveFileDialog.AddExtension set to True.
I've got SaveFileDialog.Filter set to "JPG Image (*.jpg)|*.jpg|PNG Image
(*.png)|*.png"
If I invoke this dialog and type a file name like "test file.whatever" the
dialog does not append the extension for the currently selected filter
(.jpg or .png). It assumes the ".whatever" is the extension.
Shouldn't it detect that ".whatever" isn't one of the extensions in the
filter and add the currently selected extension to the returned filename?
Joel Moore
I've got SaveFileDialog.Filter set to "JPG Image (*.jpg)|*.jpg|PNG Image
(*.png)|*.png"
If I invoke this dialog and type a file name like "test file.whatever" the
dialog does not append the extension for the currently selected filter
(.jpg or .png). It assumes the ".whatever" is the extension.
Shouldn't it detect that ".whatever" isn't one of the extensions in the
filter and add the currently selected extension to the returned filename?
Joel Moore