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
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