VB 脚本和 COM
我想从 ASP 调用 COM 组件的某些功能。我想知道
How can I create a COM object?.
How can I use VARIANTS to pass to the COM object?
Can I pass reference parameters from ASP to COM object?
What are the limitations of passing reference objects to COM?
从哪里可以得到更多这方面的信息?
I want to call certain functions of a COM component from ASP. I would like to know
How can I create a COM object?.
How can I use VARIANTS to pass to the COM object?
Can I pass reference parameters from ASP to COM object?
What are the limitations of passing reference objects to COM?
Where would I get more information about this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 CreateObject 函数
VBScript 只有一种称为 Variant 的数据类型。
是的。
我迷失了这个......
Use the CreateObject function
VBScript has only one data type called a Variant.
Yes.
I got lost with this one...