Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Internet Explorer History

Status
Not open for further replies.

Akshay

Programmer
Nov 9, 1999
7
IN
Hi,

I am developing an application using Web Browser Control. I need to show Internet Explorer History in it the way IE shows.
In order to find this I have gone thorugh index.dat but there is no way for me to findout which url belongs to which folder(host).
Then I used debug version of wininet.dll and found that IE calls FindFirstContainer function and then using that funciton it gets string which it uses in FindFirstUrlCacheEntry
But FindFirstContainer function is not documented. Nor FindFirstUrlCacheContainer function is documented. Any idea about these functions or how I can get history of Internet Explorer.

Thanks
Akshay
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top