Re: Integrating into VS.NET

  •  02-06-2004, 3:01 PM

    Re: Integrating into VS.NET

    maybe you want to try the "non Toolbox" approach, which is dropping the dll in the "/bin/", setting a reference, then using the <#@ Register %> in the aspx page

     

    then in code behind, saying:

     

    Protected WithEvents ThisEditor As CuteSoft.CuteEditor  '(<<== i don't think i have this exactly)

     

    Intelliense works perfectly :)

View Complete Thread