Or you can implement you own version of OpenFileDialog. See Peter Foot's
article how it can be done:
http://www.peterfoot.net/FolderBrows...WindowsCE.aspx
--
Sergey Bogdanov
http://www.sergeybogdanov.com
JamesL wrote:
> I am using an OpenFileDialog control to open some txt files. the files are
> named in the format Archive##.txt. If I use *.txt in the filter property
> then the dialog is filtered on all .txt files. But if I set the filter
> property to Archive*.txt it does no filter to only .txt files beginning with
> Archive. It still filters on all *.txt files. Am I using the wrong
> wildcard? How should I set the property to show me all .txt files starting
> with Archive?
>
> James Lysaght
>
>