Help with DLL files
-
hi, i recently started rewriting a lot of my c++ code over to c# and have come across a very tough issue which i would really like some help solving. what i am trying to make is a program that allows a user to load a dll file at run time which the dll file would be a .net managed dll file like the application BUT i do not want the application to know anything about the dll files, i have seen a lot of stuff on doing this but so far not much of it has worked as i think i am not writing the dll file correctly, the dll file i would like to be able to use forms with and i think i have not done that correctly which is making it impossible to load the dll file correctly. so if someone could please show me something on how to write the dll file correctly so it can load forms properly and allow my application to load the dll file correctly, i would very much appreciate it. thank you in advance.