摘要:
copy from :http://leon-s-kennedy.iteye.com/blog/1545888 本文将研究以下几个方面:1.整型数组传参2.字符串参数,字符串返回值3.修改传入字符串内容4.数组参数5.IDispatch接口介绍6.修改输入数组内容7.增加数组内容8.以数组传参方式,... 阅读全文
摘要:
ActiveX, oh where to begin. I can say that ActiveX development is a good nightmare for any programmer. Let me mention that aside from being an older o... 阅读全文
摘要:
copy from :http://blog.csdn.net/sding/article/details/5929563 1.在COM组件中调用JavaScript函数 // 连接点方式页面javascript脚本 // 事件属性方式页面javascript脚本function onState... 阅读全文