Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot access activex functions
Message
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Title:
Cannot access activex functions
Miscellaneous
Thread ID:
00513273
Message ID:
00513273
Views:
32
hello,

i created an activex control, and defined a function call MyFunction()
when i tried to create the control during runtime i get the error
'Object does not support this property/method'

heres the code...

Dim MyControl as Control
...
Set MyControl = Controls.Add("MyActiveXSample.MyControl", "MyControl")
MyControl.Visible = true

'*** ERROR HERE ***
call MyControl.MyFunction()


thanx,
benj
Next
Reply
Map
View

Click here to load this message in the networking platform