On the open/save file dialog, I am setting the InitDir property. Does this just control the folder to which the user is directed on the first call to the dialog and subsequent calls return to whatever folder the user last navigated to? That's certainly the way it seems to behave.
If so, is there a way of overriding this - i.e. forcing the user to start from the same folder every time?
The problem I have is that I use a single dialog control for the entire application and want to look for different file types in different places according to context, so I don't want to go looking for graphics files in the same location that the user last retrieved an import file, for example.
Thanks in advance.
If so, is there a way of overriding this - i.e. forcing the user to start from the same folder every time?
The problem I have is that I use a single dialog control for the entire application and want to look for different file types in different places according to context, so I don't want to go looking for graphics files in the same location that the user last retrieved an import file, for example.
Thanks in advance.