newer 发表于 2021-1-12 12:50:56

Can I use an ActiveX Control in Visual Lisp?


问题:

Can I use an ActiveX Control in Visual Lisp?

解答:

You cannot because Visual LISP is an Automation controller that is able to
manipulate Automation objects but it is not an ActiveX Control Container.

For more information about ActiveX Control Containers, see:

For more information about Automation Controllers, see:

Certain ActiveX Control Containers are also Automation Objects. As such, they
can used by an Automation Controller such as Visual LISP. A Visual Basic
application that exposes a form object is a primary example of this. See
DevNote #18764 for an example.


http://msdn.microsoft.com/isapi/msdnlib.idc?theURL=/library/sdkdoc/com/ctrlgde_1
do3.htm
http://msdn.microsoft.com/isapi/msdnlib.idc?theURL=/library/sdkdoc/com/ctrlgde_1
do3.htm


页: [1]
查看完整版本: Can I use an ActiveX Control in Visual Lisp?