Click to See Complete Forum and Search --> : C# interop with COM


bvais
October 20th, 2002, 07:15 PM
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

MartinL
October 22nd, 2002, 07:25 PM
Maybe this article will help you...

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

http://www.c-sharpcorner.com/winforms/NFTPExplorer_Beta2.asp

Martin