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.
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.
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.