Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Wang Image OCX Q.
Message
 
 
À
29/11/2000 04:01:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00446062
Message ID:
00446755
Vues:
13
>> CREATEOBJECT("OBJECTNAME","OLEOBJECT","Imaging.Editimage.1")

If you are adding it at runtime your code should be
this.AddObject( "oImaging", "Imaging.Editimage.1")
with this.oImaging
   .Top = ...
   .Left = ...
   .Width = ...
   .Height = ...
   .Visible = .t.
endwith
CreateObject() can't be used because the control would not participate in the events of the form.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform