Quote:
quote:Originally posted by owain
In VB or in IE (Internet Explorer)?
If you are in IE, then choose 'Internet Options...' from the 'Tools' menu and click the 'Delete Cookies...' button.
In VB you can delete the cookie files (files with a .txt extension) from the 'C:\Documents and Settings\Username\Cookies\' directory. There may be a way of doing this through a component or object model but I do not know if it.
Regards
Owain Williams
|
Thank you for all the information.
I intended to
VB, anyway I found a Code, that use an few API Function.
DeleteUrlCacheEntry,FindFirstUrlCacheEntry, etc. If any body want to search for code, the first function is enough for "search-key".
This functions let's you delete cookie and any file in the cache folder, and may be some more options (I did not check it).
I hop that's info will help some body.
by the way my code is from API-Guide(KPD TEAM).