I need to register a DLL, how is this done?
Printable View
I need to register a DLL, how is this done?
GO TO START->RUN
Type Regsvr32.exe YourDllPath
Iouri Boutchkine
[email protected]
From Windows Start/Run dialog
REGSVR32 "C:\My Path\My filename"
From VB use the Shell statement to do the same
To get a listing of parameters just type in
REGSVR32 on the Run Dialog.
John G