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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Determine if tlb/dll is registered

Status
Not open for further replies.

aTekTipsUser

Programmer
Nov 8, 2004
68
0
0
US
How can you find out, through code, if a tlb/dll is registered? I have code that will create a tlb from a com dll that I created with .Net and register it. I don't want to register the dll every time the program runs if the dll/tlb is already registered. I previously used LoadLibrary, but that doesn't seem to work with com dll's, it keeps returning 0 even when it is registered.

Thanks in advance!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top