|
Average Rating: 3.4/5 | Rate this item | 19 users have rated this item.
|
Expertise: Intermediate
Language: Visual Basic
July 2, 2001
Registering a DLL
To register your DLL's, follow these steps:
1) In the directory Send to, which is in your c:\Windows or c:\WINNT Folder, create a shortcut to Regsvr32, which resides in C:\WINDOWS\SYSTEM.
2) If you are in the Process of developing and/or enhancing your DLL's, create a shortcut of the Project Folder to your Desktop for quick access to them.
3) To register OR re- register your DLL's, just open your Shortcut Folder on the Desktop where your DLLs reside. Select all the DLLs you want to register and right-click. Use Send To ==> Regsvr32.
Done!
This way, you can register all your DLL's within seconds!
Emilio Sabatino
If you have a hot tip and we publish it, we'll pay you. However, due to accounting overhead we no longer pay $10 for a single tip submission. You must accumulate 10 acceptable tips to receive payment. Be sure to include a clear explanation of what the technique does and why it's useful. If it includes code, limit it to 20 lines if possible. Submit your tip here.
|