Marty001 0 Posted September 6, 2020 does anybody know if it is possible to set the 'Save Image to' dialog default folder to a user specified one? for example, i have a directorylist and a filelist and want to save the image from TWebbrowser (when right clicking and Save Image As) to default to the folder that is currently showing in the TDirectoryListBox Share this post Link to post
David Hoyle 68 Posted September 7, 2020 What happens to the behaviour if you set the current location of your application (SetCurrentDir). Share this post Link to post
stijnsanders 35 Posted September 7, 2020 (edited) I remember vaguely that you should be able to 'start' the WebBrowser component with an alternative 'path' into the Windows registry where it should get its configuration from. If that's correct, there might just be a tiny chance the path for the save image dialog is also read from a key somewhere under that registry key... Since I haven't used TWebBrowser all that much, I'm afraid I'm not able to give you code or more accurate pointers where to look for this... Edited September 7, 2020 by stijnsanders Share this post Link to post
Marty001 0 Posted September 8, 2020 Setting SETCURRENTDIR made no difference 😞 Share this post Link to post