Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing Custom ActiveX DLL Events
Message
From
18/12/1997 19:43:37
 
 
To
18/12/1997 10:14:57
Jay Shepherd
Construction DataFax, Inc.
Montevallo, Alabama, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00066798
Message ID:
00067099
Views:
38
Take a look to SYS(2333) in the VFP's help. I'm not sure, but it might help you.

Vlad

>That helped me get closer, but I'm still having some trouble. The code that you provided DOES work for Physical Controls and insertable objects (like Excel worksheets, etc.)
>
>The error that I'm getting now, is an Ole Error, (not a fox one) "No Such Interface Supported". I think this is because it is trying to site my object (which is not a control) on a container.
>
>o=createobject("MyContainer")
>
>DEFINE CLASS oleClassExample AS OleControl
> OleClass ="dlltest.jtest"
>ENDDEFINE
>
>DEFINE CLASS MyContainer AS form
> ADD OBJECT oleObjectExample AS oleClassExample
>ENDDEFINE
Previous
Reply
Map
View

Click here to load this message in the networking platform