I am using a common dialog API to allow users to attach multiple images to a record.
I would like the common dialogue box to remember the last folder that was visited (like many windows programs do), so that next time it is used the user can select the next image from the folder they were in last. Currently it always starts up from the same place!
I have found a parameter which allows the "initial" folder to be set lpstrInitialDir. Are there any parameters to get the common dialog to remember the last folder visited.
I would like the common dialogue box to remember the last folder that was visited (like many windows programs do), so that next time it is used the user can select the next image from the folder they were in last. Currently it always starts up from the same place!
I have found a parameter which allows the "initial" folder to be set lpstrInitialDir. Are there any parameters to get the common dialog to remember the last folder visited.