I have a website which currently uses an ActiveX component made in
Delphi. The ActiveX provides a simple but nice functionality to the
website. Recently, it was ported from the old Asp, to Asp.Net 2.0. I
was wondering, if I want to replace the Delphi ActiveX component, what
could I use to create the equivalent to an ActiveX in .Net 2.0 (C#) ?
I don't see an ActiveX started kit or template to start one.
BlackWasp - 26 Sep 2006 21:32 GMT
You can use Windows User Controls. Your clients will need the .NET
Framework to run them though.
There is an article about it at http://www.15seconds.com/issue/030610.htm

Signature
BlackWasp
http://www.blackwasp.co.uk/
>I have a website which currently uses an ActiveX component made in
> Delphi. The ActiveX provides a simple but nice functionality to the
> website. Recently, it was ported from the old Asp, to Asp.Net 2.0. I
> was wondering, if I want to replace the Delphi ActiveX component, what
> could I use to create the equivalent to an ActiveX in .Net 2.0 (C#) ?
> I don't see an ActiveX started kit or template to start one.