How can I get:
-URL,
- and text in a Status bar,
of all open Internet Explorer windows? I can get window handles for those child windows of IE ('Edit'and 'msctls_statusbar32' classes names), but not the text itself.

API function GetWindowText doesn't work here.