Activex

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • zion

    Activex

    Hello,

    How can I create a C# activex control?
    Do you know any simple example?

    Thanks


  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: Activex

    Zion,

    Short form, you can't. It's not (officially) supported by .NET.

    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m

    "zion" <zion@msn.comwr ote in message
    news:%23XinhX0D IHA.4228@TK2MSF TNGP02.phx.gbl. ..
    Hello,
    >
    How can I create a C# activex control?
    Do you know any simple example?
    >
    Thanks
    >

    Comment

    • Alvin Bruney [MVP]

      #3
      Re: Activex

      what problem are you trying to solve, perhaps if you explain a bit, you can
      get some good ideas to solve your problem.

      --
      Regards,
      Alvin Bruney
      ------------------------------------------------------
      Shameless Author Plug
      OWC Black Book 2nd Edition
      Exclusively on www.lulu.com/owc
      $24.99


      "zion" <zion@msn.comwr ote in message
      news:%23XinhX0D IHA.4228@TK2MSF TNGP02.phx.gbl. ..
      Hello,
      >
      How can I create a C# activex control?
      Do you know any simple example?
      >
      Thanks
      >

      Comment

      • Rad [Visual C# MVP]

        #4
        Re: Activex

        On Mon, 15 Oct 2007 18:08:04 +0200, "zion" <zion@msn.comwr ote:
        >Hello,
        >
        >How can I create a C# activex control?
        >Do you know any simple example?
        >
        >Thanks
        >
        By and large you should be able to do it, although you realize that
        all the clients using the component will require .NET installed.

        Here's a sample :

        Learn to create ActiveX controls with .NET: expose interfaces, embed controls in web pages, transfer data from forms, and handle security.


        --

        Comment

        Working...