How to convert a .NET Application(WinForm) to Active X Control

Dear Friends,
 How to convert a .NET Application to Active X Control.
is there anybody who can give me some guidence.

Thanks in Advance

Mukkesh


Answer this question

How to convert a .NET Application(WinForm) to Active X Control

  • Michin1

    I want to know the answer too! :-)
  • Suneet

    You'd have to convert it into a VB6 active-x - there is no active-x in .net

    You can embed the .net control in a webcontrol though, but things like embedding in director, etc. that's alot tougher

  • DeDanann

    Hi,

    I tooo want to know the answer....reply me pls


  • smithers

    ActiveX is just the fancy marketing name for COM. And yes you can create Controls in .NET and expose them as COM objects.

    http://www.codeproject.com/cs/miscctrl/exposingdotnetcontrols.asp

  • How to convert a .NET Application(WinForm) to Active X Control