ActiveX Control with C#

Hello,

i would develope an ActiveX Control in C# that i can use in a HTML Page...can anyone give me a tutorial link or sample code where the code works

thanks for help


Answer this question

ActiveX Control with C#

  • WernerKossack

    I don't believe .NET has the ability to create an ActiveX control - you'll need to use some other language.

    You can consume ActiveX controls in .NET, or use .NET to create a user control.

    Mike


  • ActiveX Control with C#