IE and .NET question
C#
1
Posts
1
Posters
0
Views
1
Watching
-
MS used to have a thing called "Browser Helper Object", supporting IE4 (maybe 5). Is there a newer parllel to this? To be specific, I would like to gather statistics on my browser, such as download time of each object in a web page. Are there events raised by IE handling such questions? at first stage, I don't mind activating the browser programmtically (I gather that the strongest feature of the Browser Helper was that it attached itself to any instance of the browser ):suss: YD