I am wondering how I am going to convert an existing C # winforms application into a class library and then call it from the mfc application. Are there any links on how to do this? I tried a search on Google, but besides the fact that it would require the attribute ComVisibleset in true, I did not find much information.
Thank.
source
share