.net - Looping over all tabs in IE 8 -


Question: I want to loop all open tabs in Internet Explorer (for all open IE windows) and URL to the text file. . How can I do that? My windows 7 are 32 bit and IE 8

The code for Firefox / Google Chrome will also be welcome.

If you are doing it through the raw window handles: To get the upper IE window Use FindWindowEx () , then EnumChildWindows () get tab. Each window class "IEFrame" (I think it happens with the upper window too.)


Comments