IE navigation

Hi,

I want to create a simple application that can see on what sites i surf.. something like an application that is running and every time i navigate to a site it shows me..

I found something on codeproject but it doesnt work. can anyone help me with an idea?

Thanks.

[301 byte] By [Cookie.Master01] at [2008-1-10]
# 1

There isn't a way to "notify" your application when you have navigated to a site in IE im afraid. Could I ask why you would like to know and what is the purpose of your application?

ahmedilyas at 2007-10-3 > top of Msdn Tech,Internet Explorer Development,Internet Explorer Extension Development...
# 2
What you would need to do is create a service or console application that has a timer which checks IE for the current opened site. I have a blog entitled, Access Explorer and Internet Explorer in C# which will show one how to poll IE to get the current site.
OmegaMan at 2007-10-3 > top of Msdn Tech,Internet Explorer Development,Internet Explorer Extension Development...
# 3
ahmedilyas wrote:

There isn't a way to "notify" your application when you have navigated to a site in IE im afraid. Could I ask why you would like to know and what is the purpose of your application?

Sure there is. You can write a browser extension and subscribe to navigation events.
PeterRitchie at 2007-10-3 > top of Msdn Tech,Internet Explorer Development,Internet Explorer Extension Development...
# 4

Well sure, but I was referring to within a C# app itself without dev'ing an extension

ahmedilyas at 2007-10-3 > top of Msdn Tech,Internet Explorer Development,Internet Explorer Extension Development...
# 5
ahmedilyas wrote:

Well sure, but I was referring to within a C# app itself without dev'ing an extension

Sometimes creating an application requires different components, in situations where you need different components you can't just say "There isn't a way" without clarifying "without another component", that's just not helpful.
PeterRitchie at 2007-10-3 > top of Msdn Tech,Internet Explorer Development,Internet Explorer Extension Development...