How to Set ActiveX Control Name

家住魔仙堡 提交于 2019-12-01 17:46:47
i_am_jorf

Are you signing your control? Active X controls must be signed, and the Information Band gets that information from the signature. This article is really old (1996), but should get you going in the right direction.

Edits:

You could add your control the pre-approved list as part of your install, see this document.

Also make sure register an appropriate ProgID.

Edits2:

Actually, from doing some reading it seems that managed extensions always load the runtime, so IE sees it as the runtime. Could be the same problem with Active X.

Hi the trick is you need to sign not only the ActiveX .cab file but also the .dll and .ocx files it contains. see here

I might be wrong but if I recall correctly, COM names are separate from regular assembly attributes. Once I have written an activex in vb.net and was able to see description and title correctly.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!