Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP8 DLL's
Message
General information
Forum:
Visual FoxPro
Category:
Installation, Setup and Configuration
Title:
Miscellaneous
Thread ID:
00891725
Message ID:
00891728
Views:
29
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform