E
emars
Greetings,
I am setting an OpenFileDialog to an initial directory using:
OpenFileDialog.InitialDirectory = "\\My Documents\\Dev\\";
OpenFileDialog.Filter = "XML Files|*.xml";
What returns is a list of all XML files on the PocketPC, not limited
to the initialDirectory specified.
Is my formatting incorrect somewhere or is this how CF does things?
In another instance I would like to set a filter to only see EXEs that
contain a string "PTMW" at the end, and set:
OpenFileDialog.Filter = "PTMW EXE Files|*ptmw.exe";
This returns all exe's on the system also, can CF filter this way or
is there another way to do it?
Thanks in advance,
(I looked through the archives and did not see answers to this yet, but
I appologize if I am repeating questions)
I am setting an OpenFileDialog to an initial directory using:
OpenFileDialog.InitialDirectory = "\\My Documents\\Dev\\";
OpenFileDialog.Filter = "XML Files|*.xml";
What returns is a list of all XML files on the PocketPC, not limited
to the initialDirectory specified.
Is my formatting incorrect somewhere or is this how CF does things?
In another instance I would like to set a filter to only see EXEs that
contain a string "PTMW" at the end, and set:
OpenFileDialog.Filter = "PTMW EXE Files|*ptmw.exe";
This returns all exe's on the system also, can CF filter this way or
is there another way to do it?
Thanks in advance,
(I looked through the archives and did not see answers to this yet, but
I appologize if I am repeating questions)