Hi All,
How can I retrieve a driver File version from its properties (right-click on a .sys file -> Properties / Version) to copy it in a text Box
Thanks
Philippe
Printable View
Hi All,
How can I retrieve a driver File version from its properties (right-click on a .sys file -> Properties / Version) to copy it in a text Box
Thanks
Philippe
try http://vblib.virtualave.net, there is a function called GetFileVersion which can collect the relevant info. After using that function, u need to use GetVersionInfo to get the relevant data. both functions in vbFileIO class.
HTH
This is a great source of information!!!
Thank you very much
Philippe