问题描述
你好
我有一个带有PropertyGrid和用户控件的窗体.
我想通过在PropertyGrid中选择它们来添加ActiveX-Controls(所以我想在UITypeEditor的列表中列出acitveX控件).
这可能吗?
如何访问可用的activeX控件列表,以便获取其clsid.
是否可以使用winforms-designer中使用的"COM组件"打开工具箱?这个吗?
http://www.codeproject.com/KB/cs/ImportActiveX/image001.png [ ^ ]
谢谢您的帮助.
Hello
I have a Form with a PropertyGrid and a UserControl on it.
I would like to add ActiveX-Controls by choosing them in the PropertyGrid (so I would like to list the acitveX controls in list in an UITypeEditor) .
Is this possible?
How can I access the list of available activeX Controls, so that I can get their clsid.
Is it possible to open the Toolbox with the "COM Components" that is used in winforms-designer? This one?
http://www.codeproject.com/KB/cs/ImportActiveX/image001.png[^]
Thanks for you help
推荐答案
这篇关于如何列出所有可用的ActiveX控件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!