vote up 6 vote down star
1

I knew this once but I keep forgetting; How do I allow multiple filetypes in one filter entry of the OpenFileDialog?

Text files|*.txt          // this is OK.

Text files|*.txt,*.text   // how do I get this??
flag

1 Answer

vote up 11 vote down check

Semicolon:

files|*.txt;*.text
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.