Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What is the best way to know if IE is install?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00364487
Message ID:
00364503
Vues:
32
>Ok ! but How do I check the Key from VFP?

The following uses the REGISTRY.VCX class from the FFC
#DEFINE #DEFINE HKEY_LOCAL_MACHINE -2147483646
SET CLASSLIB TO REGISTRY.VCX
oReg = CREATEOBJECT('Registry')
lckey = "Software\Microsoft\Internet Explorer"
? oReg.IsKey(lckey, HKEY_LOCAL_MACHINE)

George

Ubi caritas et amor, deus ibi est
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform