HI guys help please! How can I load Library(DLL) during runtime? Thanks in advance!
Printable View
HI guys help please! How can I load Library(DLL) during runtime? Thanks in advance!
Well technically speaking a DLL is always loaded during runtime. Are you talking about function type libraries (such as User32.dll) or ActiveX DLLs?
hmm..im not sure..But i found the solution a solution HERE But, i still have a question, how can I check if the DLL is registered in my system? Thanks!
Oh you meant you wanted to register an ActiveX DLL, not load it.
yap...Is it posible to programmatically check if a particular dll is registered?
See your other thread.