I have never used a DLL, but I want to use it the next way, please tell me if I'm wrong.
I want to isolate the visual code(what the user can see) and the modules that make the real job to do the program.
Bt that modules I want it in a DLL, that way, if I have to modify the program I just have to change the DLL and not all the program.
If I'm ok, then my question is how can I use the DLL in my program?
I created the class library, then I Compiled to create the DLL, but How can make a call to a function taht is in the DLL into my program.
Could you tell me how or where can I find answers?
I want to isolate the visual code(what the user can see) and the modules that make the real job to do the program.
Bt that modules I want it in a DLL, that way, if I have to modify the program I just have to change the DLL and not all the program.
If I'm ok, then my question is how can I use the DLL in my program?
I created the class library, then I Compiled to create the DLL, but How can make a call to a function taht is in the DLL into my program.
Could you tell me how or where can I find answers?