
how to retrieve version from EXE [Q]
To retrieve the version numbers of the compilation and all the other info
just use the App Object (Browse the help file for more informations)
Ex: version$ = "Version " & App.Major & "." & App.Minor & "." & App.Revision
To retrieve the file creation date :
Creation_Date$ = FileDateTime("filename.exe")
Quote:
>On Mon, 30 Dec 1996 00:51:02 -0500, Brett
>>how can i retrieve the version number and other info
>>created when compiling the EXE ?
>>vb 4.0 pro
>>tia,
>>Brett