Folks, What I want to do is determine the url for each tab in IE 7/8 and I suppose 9. I've found a way to get this via polling (post #4 here: ), but that's not as elegant as being advised when one has changed and what it was changed to. I can get this for the 1st tab, by using the DWebBrowserEvents (actually DWebBrowserEvents2) and NavigateComplete2 member but I can't get any others. It seems there's a few people working on similar issues to mine, but I'm trying something different. Th