Is it possible to change home page in Internet Explorer in C# application? Solution for other browsers (Firefox, Chrome) would be also nice.
Is it possible to change home page in Internet Explorer in C# application? Solution
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well, for IE, you have to set registry key:
For firefox, you will need to edit the js file:
prefs.js.This can be found in:
C:\Users\ [USERNAME]\AppData\Roaming\Mozilla\Firefox\Profiles\ [User Subfolder]Chrome, Stores it data in:
C:\Users\<username>\AppData\Local\Chromium\User Data\Defaultfolder in aPreferencesfile.This is in JSON format. Editing it shouldn’t be trouble