Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating visual components for use in VB
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00126337
Message ID:
00126445
Vues:
21
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform