Click to See Complete Forum and Search --> : Need to register a DLL


BMLekki
April 25th, 2001, 01:10 PM
I need to register a DLL, how is this done?

Iouri
April 25th, 2001, 01:57 PM
GO TO START->RUN
Type Regsvr32.exe YourDllPath

Iouri Boutchkine
iouri@hotsheet.com

John G Duffy
April 25th, 2001, 02:01 PM
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