10 2016 档案

摘要:需要修改acad.exe.config文件 <configuration> <startup><!--We always use the latest version of the framework installed on the computer. If youare having probl 阅读全文
posted @ 2016-10-31 13:30 伸手不见五趾 阅读(980) 评论(0) 推荐(0)
摘要:网上有很多入门例子,指导初学者基于C#构建ActiveX控件,但是很多初学者在试验之后,发现无法在IE中看到自己的控件,这里列两种常见的问题及解决方法: (1)没有添加ComVisible(true) 解决方法:添加[ComVisible(true)] (2)自己构建的ActiveX控件A引用了另外 阅读全文
posted @ 2016-10-08 16:47 伸手不见五趾 阅读(1096) 评论(0) 推荐(0)