-6

how can i set the default homepage (in Firefox, Google chrome, ....) from my c++ application like a user clicked a button on my application the homepage changing automatically.

any helping.

abdo.eng 2006210
  • 507
  • 2
  • 6
  • 12
  • http://stackoverflow.com/questions/4074063/how-set-a-website-as-homepage-in-ie-firefox-chrome-and-safari-with-c Try this. – Niklas Jul 15 '13 at 21:56

1 Answers1

3

It's different for each browser. For example, this is how to do it in Firefox (in C#, but that's not really the point).

It would be far easier to ask users to do this on a thank-you web page after they download your program. They're already in the browser they normally use.

Community
  • 1
  • 1
John
  • 15,990
  • 10
  • 70
  • 110