is there a way to set the filter on FileOpenDialog() to filter out what you list rather than the default?
For example, I want the dialog to see all file types except .exe, .bat, .com and .pif
rather than list all other possible types, can I just list those in a different manner to exclude them?