I have a vb.net 2.0 project where I need to read a files guid. Is this even
possible?
I need to do this via CODE, no 3rd party app please.
Can I generate guids all day long but I want to read what a dll file has
already been assigned. I know I can painfully search the registry. But there
must be a better way.
They are vb6 dll's, so they have a type library file. Can that be used?

i.e. file "testds.dll" = {000-....}

Thanx.