Hello,

Say i have a compule of dlls with a simle function.

Now i know i need to add a reference to the dll in order to use it, but i dont know which dll to use until the program is run and user does something.

So how can i load a dll at runtime.. ?