Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to instantiate an OCX in Code rather than Drag & Dro
Message
De
29/04/1998 20:05:33
 
 
À
29/04/1998 17:34:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00095813
Message ID:
00095836
Vues:
21
Usually, (it doesn't work for all ActiveX/OCXs) you can:

oOCX = CreateObject("MyControl.MyControl.1")

The string between "" is in fact the ProgID key that you can find in the Registry for that OCX.

This way, you don't need to use a form container, etc.

Vlad

>How do you instantiate and manipulate an OCX control at run time without first going into the form designer at development time and dragging and dropping the ocx onto the form.
>
>I'm trying to invoke the 3rd party OCX control DynaZip in a prg file.
>
>Thanks for you help. -Rick
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform