|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to catch Internet Explorer events?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. I think the mechanism that the vendor provides to achieve this
functionaly is called Broswer Helper Objects. http://msdn.microsoft.com/library/en-us/dnwebgen/html/bho.asp?frame=true Thanks Mike, I'll check it out.
Show quoteHide quote "MikeS" <michael.spen***@gmail.com> wrote in message news:1163197878.763560.246080@k70g2000cwa.googlegroups.com... >I think the mechanism that the vendor provides to achieve this > functionaly is called Broswer Helper Objects. > > http://msdn.microsoft.com/library/en-us/dnwebgen/html/bho.asp?frame=true >
Sections in repeater
Dropdownlist set to last value in gridview on postback Showing/Hiding a Panel in a Repeater Using SkinID for Menu background image. Common objects across a user control Error Loading UserControl button on user control Newbie, pulling a video from another web page Control not in the list of controls for parameters Fill a DropDownList with sql data |
|||||||||||||||||||||||