B
BK
Hi all!
I am a total newbie on this stuff and I am probably asking for
an answer for very stupid (simple) problem.
Well..
I would like to write a C# application that checks URLs where
user go/surf by using IE. I found on the internet how to do that
by launching own instance of IE (new InternetExplorer()...) and then
with the help of events in shdocvw.dll I can see where the user is
surfing. This works fine.
But... I have a problem of detecting URLs of the browser that is not
started with my application. How can I find appropriate instance
of the browser and 'connect' to it so that I could know its URL.
I know that by using
System.Diagnostics.Process[] myProcesses =
System.Diagnostics.Process.GetProcesses();
and then traversing through names of the process and searching
for 'iexplore' I can find the process data about the already launched
IE. But what next??
How can I find out at which URL is that alread launched IE?
Please help... I need this quit urgently
Regards to all,
Branko
P.S.: Please respond to my e-mail too, because I have difficulties
using news
I am a total newbie on this stuff and I am probably asking for
an answer for very stupid (simple) problem.
Well..
I would like to write a C# application that checks URLs where
user go/surf by using IE. I found on the internet how to do that
by launching own instance of IE (new InternetExplorer()...) and then
with the help of events in shdocvw.dll I can see where the user is
surfing. This works fine.
But... I have a problem of detecting URLs of the browser that is not
started with my application. How can I find appropriate instance
of the browser and 'connect' to it so that I could know its URL.
I know that by using
System.Diagnostics.Process[] myProcesses =
System.Diagnostics.Process.GetProcesses();
and then traversing through names of the process and searching
for 'iexplore' I can find the process data about the already launched
IE. But what next??
How can I find out at which URL is that alread launched IE?
Please help... I need this quit urgently
Regards to all,
Branko
P.S.: Please respond to my e-mail too, because I have difficulties
using news