I have made a Preview Handler for Windows so in the preview panel in Windows Explorer I can see whatever I want for a given file. I used code from: http://www.uweraabe.de/Blog/2011/06/01/windows-7-previews-the-delphi-way/
It works great, but there's one problem- when I try to save a file I get access denied.
I tried saving using TFileStream and TStringList to both my desktop and even C:\ and I registered my DLL as administrator. I used ShellExecute to run another exe to save file in that exe but same thing- access denied.
How can I save a file from Windows Preview Handler?