|
-
April 25th, 2001, 01:10 PM
#1
Need to register a DLL
I need to register a DLL, how is this done?
-
April 25th, 2001, 01:57 PM
#2
Re: Need to register a DLL
GO TO START->RUN
Type Regsvr32.exe YourDllPath
Iouri Boutchkine
[email protected]
-
April 25th, 2001, 02:01 PM
#3
Re: Need to register a DLL
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|