0

I am developing one application which will display URL from all currently running web browsers. I stuck on the firefox and chrome web browser. I have a handle of currently running web browser but not able to get the URL from it. So, Can any one tell me how can I get URL from Firefox and Chrome Web Browser.

Thank You In Advance.

A B
  • 1,461
  • 2
  • 19
  • 54
  • You could use the same technique based on UI automation, described here: http://stackoverflow.com/questions/5317642/retrieve-current-url-from-c-sharp-windows-form/5318791#5318791 it's quite the same in C++. Automation API for C++ is also available: http://msdn.microsoft.com/en-us/library/windows/desktop/ff486375(v=vs.85).aspx – Simon Mourier Dec 27 '13 at 18:19
  • @Simon Thank You, It help me a lot. I have some other Problem Actually I want to execute a script on the current web page of Firefox or chrome. I have a question that can I do this with `NDde` APIs. – A B Dec 28 '13 at 06:03

0 Answers0