views:

158

answers:

1

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.

+7  A: 

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

RRUZ
thank you pruz, that is really useful
cyberw0lf