create non visual activex control with delphi
i was created a nonvisual vcl component in delphi and I'm trying to make it usable for other environment like visual studi开发者_如何学运维o, 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.
@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 ;)
精彩评论