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:
00436543
Views:
29
George, thanks for your reply.
The specific Control is called COMMx (From treeview) .
I think it is supported in VFP6,DELphi and VC++ so I suspect it is written in something other than Foxpro.

I reckon then all I have to do is:


... RegSvr32 Commx.dll


Regards,

Gerard


>>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform