create non visual activex control with delphi

拥有回忆 提交于 2020-01-02 08:09:34

问题


i was created a nonvisual vcl component in delphi and I'm trying to make it usable for other environment like visual studio, and i think the best way is create an activex control. but the problem is i haven't any experience about creating activex in delphi. i found some resource by google about creating activex in delphi but most of them work on visual controls but my component is non visual... anyway i hope someone help me in clear way to do this.

thanks for your time.


回答1:


@cyberw0lf, check this link how to develop activex invisible component library in delphi this is a step by step tutorial to make an invisible activex control, you can find the source code here.

i hope will be useful for you ;)



来源:https://stackoverflow.com/questions/2877392/create-non-visual-activex-control-with-delphi

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