0

I've been trying to retrieve Chrome's current tab's url using a Windows Service but it is not able to do it. However, when I try to do the same using a Form Application, I'm able to get the url. I have used code given in this link: Getting the current tab's URL from Google Chrome using C#.

What am I missing? Please help!

Community
  • 1
  • 1
Sohil
  • 73
  • 1
  • 11
  • Services do not normally run within the same window station as user applications and can't interact with the desktop. – Lloyd Jul 03 '14 at 05:44
  • @Lloyd Isn't there a way out? Some kind of hack or something? FYI - I'm able to get IE's current url using the same service using the method mentioned in this link: http://stackoverflow.com/questions/5317642/retrieve-current-url-from-c-sharp-windows-form – Sohil Jul 03 '14 at 05:56

0 Answers0