Is it possible to restrict renaming a exported file in vb.net?
You can give it a readonly attribute when the file is created. That will help, but is not foolproof.
I think you mean setting the filter for the filedialog then this will help.