How do I register .dll file? How do I register ocx file?

1. Note where your dll is located sice you’ll need to enter the full path with the name of the dll (for this example C:\Windows\System32\new.dll).
1. Click Start.
2. Click RUn.
3. Type regsvr32 C:\Windows\System32\new.dll.
4. Click OK.
5. A message will pop-up to inform you if the registration was successful.