20

我知道这一点,但我一直忘记;如何在 OpenFileDialog 的一个过滤器条目中允许多种文件类型?

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

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

1 回答 1

31

分号:

files|*.txt;*.text
于 2009-08-31T12:23:49.357 回答