|
-
Sep 2nd, 2000, 09:57 AM
#1
Thread Starter
Member
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,
-
Sep 2nd, 2000, 10:40 AM
#2
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
-
Sep 2nd, 2000, 11:28 AM
#3
Thread Starter
Member
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.
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
|