Click to See Complete Forum and Search --> : Retrieving Driver Version From its Properties


pantoniotti
May 4th, 2001, 02:49 PM
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

cksiow
May 4th, 2001, 07:48 PM
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

pantoniotti
May 9th, 2001, 12:52 PM
This is a great source of information!!!
Thank you very much
Philippe