|
-
Aug 11th, 2012, 11:29 PM
#2
Member
Re: Just Clearrrrrrrr Cookie
When you make a browser using the .NET control, you're not actually making a browser. You're basically just changing the look and feel of IE, adding or changing basic features, and often times, leaving out many features.
Since the WebBrowser control is basically a stripped down version of Internet Explorer, any temp files, cache, and/or history is stored in the same place as IE's folders.
So, using
System.Environment.SpecialFolder.InternetCache()
should allow you to get the path of the Cache for IE, which in turn will get the cache for your "browser."
From there, you can delete it programmatically.
This is all assuming you have not created your own location for your temp files.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|