18-04-2007, 12:37 PM
Just add the long code you got there into a module. Then add this code for example in form_load or in a command button to register:
file.dll is the filename of the file you want to register.
Code:
DLL_Register App.Path & "\file.dll"
file.dll is the filename of the file you want to register.