|
-
Apr 5th, 2001, 05:21 AM
#1
Thread Starter
Hyperactive Member
I know this has probably been asked a thousand times , but how do a register a dll from visual basic code.??
thanks
daveR
-
Apr 5th, 2001, 07:32 AM
#2
New Member
Dave,
If you have the DLL project open you can select Make Project.dll from the File menu. This should automatically register your dll.
If you have a DLL only (not source code) and you want to register it on your machine you can run regsvr32.exe:
Put DLL wherever you want it then
click on Run... from the start menu
Enter: regsvr32.exe c:\pathname\MyVBClass.dll
this should register your dll.
To unregister use the same command but add the parameter <space>/u to the end.
Hope this helps.
Cheers Andy.
-
Apr 5th, 2001, 08:11 AM
#3
Thread Starter
Hyperactive Member
-
Apr 6th, 2001, 06:04 AM
#4
To do this from code, look at my post on this thread :
http://forums.vb-world.net/showthrea...light=register
Look at this thread to see if the Dll register worked :
http://forums.vb-world.net/showthrea...light=register
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
|