VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

DynamicCall

Paul Guerra  (10 Submissions)   VB function enhancement   VB Script   Advanced   Wed 3rd February 2021

DynamicCall is an ActiveX DLL that lets you call functions from dynamically loaded libraries (DLLs). This is impossible to do directly in Visual Basic. With DynamicCall you can use a library even if you don't know its name at design time, or use a heavy library and unload it when it is not needed anymore, or you can delete a library after using it (in VB you cannot do this since the library is not freed until the end of the program). With DynamicCall you can also call a function by its address (commonly known as 'callback').

Rate DynamicCall (8(8 Vote))

Download DynamicCall

DynamicCall Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters