Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing Custom ActiveX DLL Events
Message
From
18/12/1997 00:27:11
Jay Shepherd
Construction DataFax, Inc.
Montevallo, Alabama, United States
 
 
To
18/12/1997 00:09:55
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00066798
Message ID:
00066818
Views:
42
>>>Well, from one of his messages (the one that gives a code sample), it's pretty clear that he created, in fact, an OCX in VB. Which, is the same as an ActiveX DLL.
>>
>>ActiveX DLL's are not OCX's. There is a difference between the two.
>>
>>ActiveX Controls (which are files with that have an OCX extension) consist of everything that the DLLs have except they cannot expose public objects other than the control itself, and they support multithreading. Also, must be sited on a container. Also, they have the built in know-how for property pages, and interacting with a property browser. The can only be in-process.
>>
>>Some of this information was taken from Daniel Appleman's book called, "Developing ActiveX Components with Visual Basic 5.0"
>>
>>I think I'm close, but I'm still having some trouble with my Define Class. I think that I just need to create a class based on custom, add my object, and then code for the varying events. But, I can't quite get the right combination yet.
>
>And what is an ActiveX DLL?
>
>Vlad

An ActiveX DLL is a COM object that is In-Process (can be out of process, and then would have an EXE extension), is not placed on a container, should have no visual elements, can be instantiated and released with code.... and I am missing out some other things.
Jay Shepherd
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform