how to obtain version number of an exe
Hi,
If we right click on any exe in windows explorer and see properties we can see the version number of that exe and i want to know if there exist any API of any function call to obtain it programatically. if so i'd appreciate it very much,
thanks in advace,
Rahul
Re: how to obtain version number of an exe
GetFileVersionInfoSize
GetFileVersionInfo
VerQueryValue
HTH
--michael
Re: how to obtain version number of an exe
There are some great classes for this in CodeGuru
Seach there...
Sally