G
Guest
Hello,
I am programmatically creating a System.Windows.Forms.SaveFileDialog.
Everything works fine, however, I want to be able to detect when somebody
changes the filter property. Basically, I want to know when the file
extension is changed by the user so that I can automatically update the
filename property to have this extension at the end of the filename.
However, I can't seem to find some type of onfilterchange event to handle
this.
Does anybody have any ideas?
Thanks,
-- John
I am programmatically creating a System.Windows.Forms.SaveFileDialog.
Everything works fine, however, I want to be able to detect when somebody
changes the filter property. Basically, I want to know when the file
extension is changed by the user so that I can automatically update the
filename property to have this extension at the end of the filename.
However, I can't seem to find some type of onfilterchange event to handle
this.
Does anybody have any ideas?
Thanks,
-- John