Are you referring to standard Win32 DLLs or ActiveX DLLs or NET
assembly DLLs? For Win32 DLLs, look at the FileInfo project on Karl
Peterson's web site. This project shows how to use the
GetFileVersionInfo API function to get info on a Win32 DLL, among many
other interesting features.