Results 1 to 3 of 3

Thread: File Version

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2000
    Location
    Canada
    Posts
    34

    Smile

    Greetings Everyone;

    Is there a way to find out about the "version" of any file?

    For example, I can see the "file version" for "Winword.exe" is: 9.0.0.3822. How can that be done using VB?

    Thanks in advance,
    Regards

  2. #2
    Guest
    Ummmm, I think you could use this API

    Code:
    Public Declare Function GetFileVersionInfo Lib "version.dll"  Alias "GetFileVersionInfoA" (ByVal lptstrFilename As String, ByVal dwHandle As Long, ByVal dwLen As Long, lpData As Any) As Long

  3. #3

    Thread Starter
    Member
    Join Date
    Jan 2000
    Location
    Canada
    Posts
    34

    Talking

    Thank you again for your time and info.

    Also, my apology to you and everyone else because I just noticed that I could just do a search myself on this forum to find the solution.
    Regards

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