how to retrieve version from EXE [Q] 
Author Message
 how to retrieve version from EXE [Q]

how can i retrieve the version number and other info
created when compiling the EXE ?

vb 4.0 pro

tia,
Brett



Fri, 18 Jun 1999 03:00:00 GMT  
 how to retrieve version from EXE [Q]

On Mon, 30 Dec 1996 00:51:02 -0500, Brett

Quote:

>how can i retrieve the version number and other info
>created when compiling the EXE ?

>vb 4.0 pro

>tia,
>Brett

Click on the exe file with right button, then chose "Properties" and
"Version"

Bye

Marcello



Fri, 18 Jun 1999 03:00:00 GMT  
 how to retrieve version from EXE [Q]

Check out Help for the App. object. This will return many properties
associated with the EXE.

rgds

Rob Agnew
r&d TeamSoft



Quote:
> how can i retrieve the version number and other info
> created when compiling the EXE ?

> vb 4.0 pro

> tia,
> Brett



Fri, 18 Jun 1999 03:00:00 GMT  
 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



Fri, 18 Jun 1999 03:00:00 GMT  
 how to retrieve version from EXE [Q]

Quote:

> how can i retrieve the version number and other info
> created when compiling the EXE ?

See help. Under App.

Quote:
> ...

--

Jacobin's Chare                          http://tatpurusa.octacon.co.uk/
Newcastle upon Tyne      BB 74 A4 EF 03 F8 44 C1 F3 75 FE C6 7E F9 6E 43


Sun, 20 Jun 1999 03:00:00 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. Specify DLL version when using mc.exe, rc.exe and/or link.exe

2. Load A new Version of an Exe File From the same Exe file

3. Load A new Version of an Exe File From the same Exe file

4. Retrieving a DLL's version from code

5. API to retrieve O/S version

6. How do I retrieve the application version?

7. Retrieving file version

8. How would I retrieve IE Browser version?

9. Retrieving the version number from a file

10. Retrieving File Version information in VB

11. Retrieving Bios version from computers in a windows 2000 domain

12. retrieving file version

 

 
Powered by phpBB® Forum Software