Hi, I have a problem, When using the commondialog to load files, you can set a filter eg:

Code:
            .Filter = "All Supported Formats (All Supported)|*.htm"
How do I do a filter on multiple extensions at once, and also, how do I add multiple choices to the filter?

Thanks for any help you can offer.