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

    C# interop with COM

    I'm trying to expose a class to a COM application from a .Net windows App (not a class library). Any ideas on how to do this?

    Thanks

  2. #2
    Join Date
    Dec 2000
    Location
    Slovakia
    Posts
    1,043
    Maybe this article will help you...

    There is the source code of the FTP explorer written in C#...

    http://www.c-sharpcorner.com/winform...orer_Beta2.asp

    Martin

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