CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2002
    Posts
    98

    Loading a Windows control from an ActiveX

    I wanna load a C# written Windows control or form (dll) into an ActiveX. How can I do this?

  2. #2
    Join Date
    Mar 2006
    Location
    Craiova, Romania
    Posts
    439

    Re: Loading a Windows control from an ActiveX

    Quote Originally Posted by cabasm
    I wanna load a C# written Windows control or form (dll) into an ActiveX. How can I do this?
    Exposing .NET controls as ActiveX
    Bogdan

    If someone helped you then please Rate his post and mark the thread as Resolved
    Please improve your messages appearance by using tags [ code] Place your code here [ /code]

  3. #3
    Join Date
    Feb 2002
    Posts
    98

    Re: Loading a Windows control from an ActiveX

    thanks, it was helpful... with some changes\extensions.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured