How do I put my own ActiveX control on an ASP.NET Web Form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an ActiveX control that I have been using for years, it was written
in VC6.0.

How do I put this control on a c# web form and access it via a variable from
the c# code ?

Is this possible or not, does anybody know.

When I drag the control onto a windows form it works as I would expect, ie I
get a variable to work with but it does not do this for a web form !

Any ideas ?
 
Back
Top