Tsongkie Posted August 25, 2008 Posted August 25, 2008 Hi I'm trying to do a pop up question that says do u want to set your homepage to "www.example.com" ? The MsgBox is easy, however how do I implement changing the homepage to both internetexplorer and firefox? tried searching the forum but seems like this is the first time this question was asked. Thanks
AdmiralAlkex Posted August 25, 2008 Posted August 25, 2008 I believe Internet Explorer saves it homepage in the key "Start Page" under "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main" so use RegWrite() for that. I don't know for FF. .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
Tsongkie Posted August 25, 2008 Author Posted August 25, 2008 I believe Internet Explorer saves it homepage in the key "Start Page" under "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main" so use RegWrite() for that. I don't know for FF.thanks.Anyone know where firefox is?
Bert Posted August 25, 2008 Posted August 25, 2008 ummm, why do you want to have someone's homepage changed? Usually that is done when someone is trying to install maulware. No offense, but it is a odd question from you. The Vollatran project My blog: http://www.vollysinterestingshit.com/
zorphnog Posted August 25, 2008 Posted August 25, 2008 For firefox you need to edit the user's pref.js file: user_pref("browser.startup.homepage", "www.example.com);
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now