I have an application that uses many DLLs. I would like to write a VB program that will allow the user to display a form with all the application's DLLs along with the version information. I'm looking for the same information that is displayed when you right-click a DLL file in Windows Explorer and click Preoperties then click the Version tab.
I know the exact name and location of all the DLLs and I can use the Microsoft Scripting Runtime Library to get lots of information on any file -- version information is not part of it.
Any help will be greatly appreciated.
Tarek
The more I learn, the more I need to learn!