Programming an IE-Toolbar: Where to save user-related files (IsolatedStorage does not work!)?
- by Ghecco
Hi,
I am programming an IE-Toolbar.
Now I have the problem that I want to save some
user specific and
application specific data
First I have tried to use IsolatedStorage but I am only getting a ComException.
Which is the recommended way to save some files when programming IE-Toolbars?
Thanks in advance for your advice!
Best regards
Stefan