Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP8 DLL's
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Installation et configuration
Titre:
Divers
Thread ID:
00891725
Message ID:
00891728
Vues:
32
>Hi,
>
>Does anyone know how to check whether a DLL is already registered on a client PC, e.g. an API function that does IsRegistered ?
>
>Thanks, J

Jonathan,

I assume you mean a VFP COM object. If so, you can use the registry object that comes with the FFC to check if the ProgID already exists.
SET CLASSLIB TO Registry
oReg = CREATEOBJECT('Registry')
? oReg.IsKey(< ProgID >)
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