CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2001
    Posts
    2

    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


  2. #2
    Join Date
    Apr 2000
    Posts
    737

    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


  3. #3
    Join Date
    May 2001
    Posts
    2

    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
  •  





Click Here to Expand Forum to Full Width

Featured