History List

  • Thread starter Thread starter Bob C.
  • Start date Start date
B

Bob C.

Hi,

I would like to get the History List of Internet Explorer.
(List of websites visited). How can i get this?

I appreciate your help.

Thanks,
Bob
 
Thanks. That will work for me.

Nicholas Paldino said:
Bob,

Someone on codeproject has create a wrapper to access the IUrlHistory
interface. You can find the article here (watch for line wrap):

http://www.codeproject.com/csharp/ponta.asp

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Bob C. said:
Hi,

I would like to get the History List of Internet Explorer.
(List of websites visited). How can i get this?

I appreciate your help.

Thanks,
Bob
 
Hi,

I used the sample from the
codeproject(http://www.codeproject.com/csharp/ponta.asp),
But that sample has one issue.
Even after clearing the Histroy and Temporery file from IE settings, Still
this code gives the Histroy list
(ofcourse after clearing the histroy, number of ulr it gives back become
less).

IE didnt clear history full? or The IUrlHistoryStg has any issue?

How to handle this? Can anybody guid me on this please.

Thanks,
Bob.


Bob C. said:
Thanks. That will work for me.

message news:[email protected]...
Bob,

Someone on codeproject has create a wrapper to access the IUrlHistory
interface. You can find the article here (watch for line wrap):

http://www.codeproject.com/csharp/ponta.asp

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Bob C. said:
Hi,

I would like to get the History List of Internet Explorer.
(List of websites visited). How can i get this?

I appreciate your help.

Thanks,
Bob
 
Back
Top