Default web browser / Navegador web por defecto

Default web browser / Navegador web por defecto

Postby Baxajaun » Thu Dec 10, 2015 2:54 pm

Hi,

if you need to know the deafult web browser, you can use this registry key / si necesitas saber el navegador web por defecto, puedes usar esta clave del registro:

Code: Select all  Expand view
HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice\Progid


Code: Select all  Expand view
#include "FiveWin.ch"


#define  HKEY_LOCAL_MACHINE      2147483650
#define  HKEY_CLASSES_ROOT         2147483648
#define  HKEY_CURRENT_USER   2147483649
#define  HKEY_USERS              2147483651
#define  HKEY_CURRENT_CONFIG     2147483653

Local oReg, cName

   oReg := TReg32():New( HKEY_CURRENT_USER, "SOFTWARE\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice")
   cName := oReg:Get("Progid")
   Msginfo(cName)


If you are using / Si estas usando

Chrome -----> ChromeHTML
Firefox -----> FirefoxURL
IE -----> IE.HTTP


Regards / Saludos
Last edited by Baxajaun on Fri Dec 11, 2015 11:50 am, edited 2 times in total.
User avatar
Baxajaun
 
Posts: 961
Joined: Wed Oct 19, 2005 2:17 pm
Location: Gatika. Bizkaia

Re: Default web browser / Navegador web por defecto

Postby Antonio Linares » Fri Dec 11, 2015 8:39 am

gracias Felix :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41205
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Default web browser / Navegador web por defecto

Postby Baxajaun » Fri Dec 11, 2015 11:48 am

Updated / Actualizado

Regards / Saludos
User avatar
Baxajaun
 
Posts: 961
Joined: Wed Oct 19, 2005 2:17 pm
Location: Gatika. Bizkaia


Return to Utilities / Utilidades

Who is online

Users browsing this forum: No registered users and 2 guests