Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating visual components for use in VB
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00126337
Message ID:
00126445
Views:
20
Vlad,

The main difference is the interface. An ActiveX control can be dropped on a form and you can set its properties and add code to its events using a property sheet. For a COM component you use the CREATEOBJECT() command to instantiate the object in code. Once the object is instatiated you can access its properties and methods. An ActiveX control may or may not have a visual component while a COM component does not.

>What's the difference between an ActiveX control and a COM Component/ActiveX DLL?
>
>Vlad
Previous
Reply
Map
View

Click here to load this message in the networking platform