PC Review


Reply
Thread Tools Rate Thread

How to catch Internet Explorer events?

 
 
Tal Shachar
Guest
Posts: n/a
 
      10th Nov 2006
Hello,
I'm building a windows application, and I need to catch the open Microsoft
Internet Explorer events (e.g. changed url, new browser window opened,
current active browser, etc.) - Can anyone assist me with that? I managed to
know the location url of the open browsers by doing the following:
using SHDocVw;
......

foreach (InternetExplorer ie in new ShellWindows())
{
string url = ie.LocationURL;
}

......

But that's it, I don't know how to continue from here (and if this is the
direction...), any ideas?

Appreciate all the help I can get.

TIA,

- Tal.


 
Reply With Quote
 
 
 
 
RobinS
Guest
Posts: n/a
 
      10th Nov 2006
Instead of posting the same message to multiple groups one
at a time, post to them all at once. That way, if someone
provides a solution in one group (as they have over in
microsoft.public.dotnet.framework.clr), the answer gets
posted to all of the groups, and people are not still
searching for an answer for you.

Robin S.
----------------------------------------------
"Tal Shachar" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Hello,
> I'm building a windows application, and I need to catch the open Microsoft
> Internet Explorer events (e.g. changed url, new browser window opened,
> current active browser, etc.) - Can anyone assist me with that? I managed
> to know the location url of the open browsers by doing the following:
> using SHDocVw;
> .....
>
> foreach (InternetExplorer ie in new ShellWindows())
> {
> string url = ie.LocationURL;
> }
>
> .....
>
> But that's it, I don't know how to continue from here (and if this is the
> direction...), any ideas?
>
> Appreciate all the help I can get.
>
> TIA,
>
> - Tal.
>
>



 
Reply With Quote
 
Tal Shachar
Guest
Posts: n/a
 
      12th Nov 2006
Robin,
Thanks for clarifying that. I'll remember it next time I need to post a
message to multiple groups.


"RobinS" <(E-Mail Removed)> wrote in message
news:87CdnT-(E-Mail Removed)...
> Instead of posting the same message to multiple groups one
> at a time, post to them all at once. That way, if someone
> provides a solution in one group (as they have over in
> microsoft.public.dotnet.framework.clr), the answer gets
> posted to all of the groups, and people are not still
> searching for an answer for you.
>
> Robin S.
> ----------------------------------------------
> "Tal Shachar" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>> Hello,
>> I'm building a windows application, and I need to catch the open
>> Microsoft Internet Explorer events (e.g. changed url, new browser window
>> opened, current active browser, etc.) - Can anyone assist me with that? I
>> managed to know the location url of the open browsers by doing the
>> following:
>> using SHDocVw;
>> .....
>>
>> foreach (InternetExplorer ie in new ShellWindows())
>> {
>> string url = ie.LocationURL;
>> }
>>
>> .....
>>
>> But that's it, I don't know how to continue from here (and if this is the
>> direction...), any ideas?
>>
>> Appreciate all the help I can get.
>>
>> TIA,
>>
>> - Tal.
>>
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to handle document events for Internet Explorer Francis McGrath Microsoft VC .NET 2 5th Dec 2007 08:45 PM
how do i catch windows explorer and windows media player events in a .NET application? Paul Fi Microsoft C# .NET 1 8th Jan 2006 08:03 PM
Internet Explorer does not Fire events... Kerem Gümrükcü Microsoft C# .NET 0 10th Nov 2005 01:23 AM
Internet Explorer does not Fire events... Kerem Gümrükcü Microsoft Dot NET Framework 0 10th Nov 2005 01:22 AM
internet explorer related events in winforms Ahmed Shafi Microsoft Dot NET Framework 2 16th Mar 2005 04:13 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:01 PM.