1

I'm developing a Win Forms application.

I need to set the default search provider for Chrome, IE and Firefox. Is it possible?

Fedor
  • 1,548
  • 3
  • 28
  • 38
roies
  • 13
  • 3
  • 1
    Here is your answer for Firefox http://stackoverflow.com/questions/10043616/programmatically-set-the-default-homepage-for-mozilla-firefox – T.S. Sep 12 '13 at 20:33

1 Answers1

1

Usually this works entirely different for every browser.

E.g. for IE, it is achieved by editing the registry: http://www.online-tech-tips.com/internet-explorer-tips/change-default-search-engine-ie/

olydis
  • 3,192
  • 13
  • 28