Click to See Complete Forum and Search --> : Calling an Exported DLL Function


February 7th, 2000, 02:26 PM
How do you call an exported dll function. For example: DllRegisterServer

Lothar Haensler
February 8th, 2000, 01:37 AM
add a Declare statement to a VB module and call it like any other VB function.