首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > ASP >

Object相干

2012-07-31 
Object相关Dim aObject, DevicePath,mylenaObject CreateObject(Syunew3A.s_simnew3) DevicePath aO

Object相关
Dim aObject, DevicePath,mylen
aObject = CreateObject("Syunew3A.s_simnew3") DevicePath = aObject.FindPort(0)
mylen = aObject.GetBuf(0)

红色的都什么意思啊,越详细越好,还有Object相关的调用有介绍的文档不,谢谢!

[解决办法]
调用了第三方的DLL吧
创建一个对象
CreateObject("Syunew3A.s_simnew3") 


调用对象的方法,FindPort GetBuf
aObject.FindPort(0)
aObject.GetBuf(0)

热点排行