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
Printable View
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
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