Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to register Active x Controls
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00436428
Message ID:
00436431
Views:
29
>How do I register an active -x control in a :
>1) Windows 98 pc
>2) Windows NT workstation PC
>
>I think all I have to do is :
>Regsvr32 MYDLL.dll
>
>Is is as simple as this (in both environmnets) or do I need to add any parameters ?
>
>regards,
>
Gerard,

Are you talking about an ActiveX control created in another environment or a VFP COM server? If the latter, registration can be done right within VFP by calling the DllRegisterServer() function within the DLL. Some ActiveX controls are self-registering like this, but not. If they are using Regsvr32 simply calls the function I just mentioned.
George

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

Click here to load this message in the networking platform