Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to know if a object library is register ??

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0


How to know if a object library is register ??

Thanks

Fred
 
I suspect that one is not
Don't know how to check it but heres how to add it:

using RegSvr32.Exe, a utility program that ships with Visual Basic and allows you to register DLL's and other files into the system registry.

Type the following command into the &quot;Start&quot; &quot;Run&quot; dialog, replacing <Path To Windows\System(32)> with the full path to your Windows\System folder:

Example
RegSvr32.Exe <Path To Windows\System(32)>\MSSTDFMT.DLL

i.e.

RegSvr32.Exe c:\Winnt\system32\xxxxxxxx.dll

;-)

DougP, MCP
dposton@universal1.com

Ask me how Bar-codes can help you be more productive.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top