README.md
December 4, 2022 ยท View on GitHub
Description
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').
More Info
| Submitted On | 2004-08-23 21:43:02 |
| By | Paul Guerra |
| Level | Advanced |
| User Rating | 5.0 (35 globes from 7 users) |
| Compatibility | VB 4.0 (32-bit), VB 5.0, VB 6.0 |
| Category | VB function enhancement |
| World | Visual Basic |
| Archive File | DynamicCal1785148232004.zip |