E
eBob.com
In a very simple application I found that if I setup ApplicationSettings to
remember FileName, InitialDirectory, FileFilter and FileFilterIndex,
InitialDirectory seemed to be the only thing which was remembered across
invocations.
I just coded the most simple program I could imagine and setup the
OpenFileDialog ApplicationSettings to remember only FileName and
InitialDirectory. Again InitialDirectory is remembered across invocations
of the program but FileName is not.
My searches have not found anyone else reporting this problem. I am using
NET 3.5 on a Vista x64 system.
Thanks for any comments or insights. Bob
remember FileName, InitialDirectory, FileFilter and FileFilterIndex,
InitialDirectory seemed to be the only thing which was remembered across
invocations.
I just coded the most simple program I could imagine and setup the
OpenFileDialog ApplicationSettings to remember only FileName and
InitialDirectory. Again InitialDirectory is remembered across invocations
of the program but FileName is not.
My searches have not found anyone else reporting this problem. I am using
NET 3.5 on a Vista x64 system.
Thanks for any comments or insights. Bob