IE Settings
-
Hi Coders, Did somebody know how to retrieve the IE Settings from the registry and where they are located in the registry ?? thanx a lot. Best Regards Sonu
-
Hi Coders, Did somebody know how to retrieve the IE Settings from the registry and where they are located in the registry ?? thanx a lot. Best Regards Sonu
The exact location varies from release to release, and it is not guaranteed to remain stable on future updates, so it is safer to use
[InternetQueryOption](http://msdn.microsoft.com/workshop/networking/wininet/reference/functions/internetqueryoption.asp)
for retrieving IE settings. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo -
Hi Coders, Did somebody know how to retrieve the IE Settings from the registry and where they are located in the registry ?? thanx a lot. Best Regards Sonu
maybe you will find the reg-entries here but beware of different locations at othe ie-versions HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\... the win32 API provides a lot of functions to access reg-entries like RegOpenKey(), RegCloseKey() and so on ... see MSDN for more Stay heavy ... RockNix/// --------------------------------- Look out for free Win32 Serial Communication Module for VC++ or Borland C++ Builder on http://www.klangwerker.de -------------------------------