|
-
May 4th, 2001, 02:49 PM
#1
Retrieving Driver Version From its Properties
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
-
May 4th, 2001, 07:48 PM
#2
Re: Retrieving Driver Version From its Properties
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
-
May 9th, 2001, 12:52 PM
#3
Re: Retrieving Driver Version From its Properties
This is a great source of information!!!
Thank you very much
Philippe
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|