Windows registered DLLs

M

Marty

Hi,

My question may not belong to the right newsgroup but I don't find any
specific for that query...

Is there a way to list all registered DLLs in current windows 2000
installation.

My VB application is using a DLL and I don't want another appl. to use
the same DLL.

So I need to know which DLL is registered and where.

Thanks you .
Marty
 
C

Carlos J. Quintero [.NET MVP]

It can be a bit time-consuming but you must iterate the registry entries
under HKEY_CLASSES_ROOT\CLSID. For each registry entry {GUID} the
InProcServer32 subkey contains the registered DLL.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top