VB6 Adding a DLL reference dynamically
I am currently making a application that has several reference DLL and i am trying to add these references on runtime. how can i make this posible in vb6?
Please help me with my problem and share me cod开发者_StackOverflowe or link for reference. i highly appreciate it. thanks!
I might be wrong, but as long as the dll is registered (regsvr32), you should be able to load classes from it using the CreateObject("Class Identifier") method
精彩评论