I am creating a new OpenFileDialog every time I prompt the user to open a file. The InitialDirectory property is set to MyDocuments and the RestoreDirectory property is set to true. When I run my application, every time the OpenFileDialog comes up it starts in MyDocuments, even after I have previously opened a file from a different location.
Is there something inherently wrong with the OpenFileDialog? I am using the .net framework 3.5 on Windows XP. Thanks in advance.