Some time ago I needed to get the URL of an Internet Explorer page, and the
tip by Justin at viewtopic.php?t=4478 worked
great. However, I am unable to adapt it to getting the URL of a Firefox page.
This seems to be a hard problem to solve, as the suggestion here doesn't work:
http://forums.devshed.com/t161991/s.html
Does anyone have any ideas? Parsing the MozillaWindowClass and its child
windows (with EnumChildWindows) doesn't find any Edit or Combo classes.