Programmatically setting IE's homepage (how?)
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Hey all, How can I set IE's homepage using C++ code? (Like ICQ does when you install it) Thanks! Oz
-
Hey all, How can I set IE's homepage using C++ code? (Like ICQ does when you install it) Thanks! Oz
This is stored in the registry key "Start Page", under HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main Joaquín M López Muñoz Telefónica, Investigación y Desarrollo
-
This is stored in the registry key "Start Page", under HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main Joaquín M López Muñoz Telefónica, Investigación y Desarrollo
Thank you - but is this path correct for all versions of IE? (4+, actually) - and is it guranteed to remain correct for future versions? Or - is there some (COM?) API I can call to do it for me?