开发者

Can IWebBrowser2 store cookies in a user specified folder?

开发者 https://www.devze.com 2023-01-19 03:31 出处:网络
I am working on a small web browser on c++ using IWebBrowser2, the problem is that when I delete cookies on my browse开发者_Go百科r, they get deleted for IE, and I dont want to interfere with IE cooki

I am working on a small web browser on c++ using IWebBrowser2, the problem is that when I delete cookies on my browse开发者_Go百科r, they get deleted for IE, and I dont want to interfere with IE cookies. Is there a way to solve this?


IWebBrowser2 is Internet Explorer, so you're not really writing another browser. You're just writing a browser host that is re-hosting the Trident rendering engine. and associated plumbing. So unless I'm completely off base here (anyone?) the answer is a resounding "no."

-Oisin

0

精彩评论

暂无评论...
验证码 换一张
取 消