English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

in vb 6.0 how do i get the make version number?
I set the version number in the project properties and I would like to get it in the code while running the app

2007-01-28 01:47:45 · 2 answers · asked by rasim i 1 in Computers & Internet Programming & Design

2 answers

Go to the PROJECT menu, and select the PROPERTIES item (bottom). The MAKE tab which has this information is the second from the left.

If you want to use them in your code, you can use the MAJOR, MINOR, and REVISION properties of the APP object.

APP.MAJOR will get you the MAJOR version
APP.MINOR will get you the MINOR version
APP.REVISION will get you the REVISION version

2007-01-28 05:08:34 · answer #1 · answered by Richard H 7 · 1 0

App.Major
App.Minor
App.Revision

2007-01-28 02:33:02 · answer #2 · answered by John W 3 · 0 1

fedest.com, questions and answers