Programming an IE-Toolbar: Where to save user-related files (IsolatedStorage does not work!)?
Posted
by Ghecco
on Stack Overflow
See other posts from Stack Overflow
or by Ghecco
Published on 2010-04-13T00:09:18Z
Indexed on
2010/04/13
0:12 UTC
Read the original article
Hit count: 596
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
© Stack Overflow or respective owner