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??
Semicolon:
files|*.txt;*.text