Hello,
I would like to know how I can get the version number of a DLL ?
Thanks,
Thierry
Printable View
Hello,
I would like to know how I can get the version number of a DLL ?
Thanks,
Thierry
You can use the GetFileVersionInfo API function. There is a fully documented example here for you :
http://www.vbapi.com/ref/g/getfileversioninfo.html
Surgeon