PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → How to get the version of the program
How to get the version of the program
Iniciado por vvido, 12,mar. 2015 15:28 - 2 respuestas
Miembro registrado
94 mensajes
Publicado el 12,marzo 2015 - 15:28
[WinDev18]

I am using automatic version numbering of my program (The information is displayed in the "Version" or "Details" tab of the Propertires of the exe file in Windows Explorer)

During exe file creation function, the version number is assigned to the exe.

How do I get this info in the program itself ?
I would like to show an "About" window with the version number ?
Publicado el 12,marzo 2015 - 16:01
Hi

with exeinfo

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

NEW: WXReplication, your open source replication system is available on
my web site!!!
WXShowroom.com: Show your projects!
More information on http://www.fabriceharari.com


On 3/12/2015 9:28 AM, vvido wrote:
[WinDev18]

I am using automatic version numbering of my program (The information is
displayed in the "Version" or "Details" tab of the Propertires of the
exe file in Windows Explorer)

During exe file creation function, the version number is assigned to the
exe.

How do I get this info in the program itself ?
I would like to show an "About" window with the version number ?
Miembro registrado
94 mensajes
Publicado el 17,marzo 2015 - 09:20
Thanks a lot !

I knew it was there! Whatever I need, it is there, but ...

It happens often, that I do not find the answer in the help topics., although everything is there.
Maybe I am not able to find the right keywords. But also, the references in the docs
are very narrow and it is difficoult to find the answer if you already do not know
what are you looking for (some kind of catch22)