I've been trying to set an app so that when I browse to a folder, it remembers where the app previously browsed to.
Thus, I presume that the selected folder path is converted to a string, which is then saved to an INI file or to the registry, so that next time Dialog.FolderBrowse reads from that entry and then goes directly to the previous folder.
So far I have been unsuccessful in doing this.
I'm wondering if someone has an example of this. Thanks.
Thus, I presume that the selected folder path is converted to a string, which is then saved to an INI file or to the registry, so that next time Dialog.FolderBrowse reads from that entry and then goes directly to the previous folder.
So far I have been unsuccessful in doing this.
I'm wondering if someone has an example of this. Thanks.
Comment