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:
00364508
Vues:
32
This is fantastic :)! I do not know what UT would be without you!

>>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)

Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform