Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to determine if dll is registered
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00744378
Message ID:
00744395
Views:
15
>Hi,
>
>How can I determine if the user has a dll registered on their work station?
>
>Thanks

Earl,

If you're referring to an in-process COM server
SET CLASSLIB TO Registry ADDITIVE
oReg = CREATEOBJECT("Registry")
RELEASE CLASSLIB Registry
? oReg.IsKey("DLLServer.Class")
The registry class is in the VFP FFC.
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform