Adding DLL Dynamically
-
i want to make a program that can add dll's dynamically the dll's i made has forms in it that the user can call through the program the problem is i dont know how to add a dll just without manually adding it to the source code is there a way that the program can list all the dll's i made from a specific folder? can anybody give me a sample program? pleeeeeeeeeeeez :(
-
i want to make a program that can add dll's dynamically the dll's i made has forms in it that the user can call through the program the problem is i dont know how to add a dll just without manually adding it to the source code is there a way that the program can list all the dll's i made from a specific folder? can anybody give me a sample program? pleeeeeeeeeeeez :(
You can use a plugin interface[^], or late binding[^].
-
You can use a plugin interface[^], or late binding[^].