Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Wang Image OCX Q.
Message
 
 
To
29/11/2000 04:01:54
Gad Hutt
Express Print
Herzliya, Israel
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00446062
Message ID:
00446755
Views:
7
>> 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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform