How to Place .NET Windows Forms Control To HTML

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ReiCerebrus
    New Member
    • May 2010
    • 1

    How to Place .NET Windows Forms Control To HTML

    Hi.

    I need to create a class Toolbar : Windows.Worm.Us erControl (Framework 2.0) and to place it into HTML page. This page must work in IE6+.

    I found some examples and created my toolbar, but IE doesn't want to display it.

    Site with examples:

    http://feishunji.blog. 51cto.com/237830/45990

    http://www.beansoftwar e.com/ASP.NET-Tutorials/Place-Windows-Control-To-Web-Form.aspx

    Please, help to solve this problem.
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    They're called BHOs, Browser Helper Objects.
    I don't know much about them, other then they're a bit trickier to do in .NET versus unmanaged c++

    Try looking up a C# tutorial on BHOs, you might find something there?

    Comment

    Working...