开发者

create non visual activex control with delphi

开发者 https://www.devze.com 2022-12-31 06:26 出处:网络
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. bu

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 ;)

0

精彩评论

暂无评论...
验证码 换一张
取 消