472,146 Members | 1,386 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,146 software developers and data experts.

Grab the url address of the Mozilla Firefox window

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

Oct 17 '07 #1
3 2816
On 2007-10-17 18:09, ca*********@hotmail.com wrote:
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?
Your question does not have anything to do with the C++ language, please
ask in a group/mailing-list that discusses Mozilla/Firefox.

--
Erik Wikström
Oct 17 '07 #2
On Oct 18, 12:52 am, Erik Wikström <Erik-wikst...@telia.comwrote:
On 2007-10-17 18:09, caroline...@hotmail.com wrote:
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?

Your question does not have anything to do with the C++ language, please
ask in a group/mailing-list that discusses Mozilla/Firefox.

--
Erik Wikström
but ithink it's about the program,at least some help could be taken.

Oct 18 '07 #3
On 2007-10-18 08:43, go**********@126.com wrote:
On Oct 18, 12:52 am, Erik Wikström <Erik-wikst...@telia.comwrote:
>On 2007-10-17 18:09, caroline...@hotmail.com wrote:
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?

Your question does not have anything to do with the C++ language, please
ask in a group/mailing-list that discusses Mozilla/Firefox.

--
Erik Wikström

but ithink it's about the program,at least some help could be taken.
Sure, FindWindowEx looks like a win32 function to me, for more help
about using it ask in a group discussing win32 programming. You can also
take a look in the FAQ for some suggestions of groups to ask in:
http://www.parashift.com/c++-faq-lit...t.html#faq-5.9

--
Erik Wikström
Oct 18 '07 #4

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

1 post views Thread by fogwolf | last post: by
36 posts views Thread by Simon Wigzell | last post: by
6 posts views Thread by Erik Steffl | last post: by
4 posts views Thread by aure_bobo | last post: by
reply views Thread by Saiars | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.