Hi all,
I wrote a program that grabs the url of the IE windows that are opened
by iterating with FindWindowEx until I find the window with
FindWindowEx(ComboBoxChild, 0, "toolbarwindow32", NULL).
It works but not for firefox.
Does anyone know how to do it for Mozilla/Firefox?
Thanks a lot