J
JamesL
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
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