2

I need to set my application as a default web browser for "HTTP" and "HTTPS" protocols. And I need to do it from application. My app is in C# using .Net 3.5. (It is a web browser)

marc_s
  • 704,970
  • 168
  • 1,303
  • 1,425
PSSGCSim
  • 1,176
  • 1
  • 17
  • 34

1 Answers1

1

The default browser is set in the Windows registry and I would presume that the "command" in the link below would be your application. See here: How do I change default browser using C#

Community
  • 1
  • 1
Tyler Morrow
  • 939
  • 8
  • 31