Active-X in C#

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

    Active-X in C#

    I'm new to C# and want to use an ActiveX control which I have created in VB.
    How do I declare it and call it in a C# windows app?


  • =?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=

    #2
    RE: Active-X in C#

    Try setting a COM reference to the dll or ocx on the filesystem. If you get a
    interop assembly in your References node, then you are OK.
    Otherwise, would be problematic.
    Peter

    --
    Site: http://www.eggheadcafe.com
    UnBlog: http://petesbloggerama.blogspot.com
    Short urls & more: http://ittyurl.net




    "Zeke" wrote:
    I'm new to C# and want to use an ActiveX control which I have created in VB.
    How do I declare it and call it in a C# windows app?
    >
    >
    >

    Comment

    Working...