PDA

View Full Version : Display App Version info


Jonas DK
08-04-2006, 05:01 PM
Hi.

I want to display the version info as it apears on the Project->Settings->Versions Tab in AMS

I know there is the file.getversioninfo but I dont want to get the info from any file. I want to get the version info for this particular app i'm making in AMS.

But I can't seem to finde anything about it here on the forum or in the help file.

Anyone know how to get it?

cheers,
Jonas

Tek
08-04-2006, 11:46 PM
I don't think there is a way to do that. The executable you create is stamped with this information on this screen. Your AMS app will have to be in an executable format and if you want to get the version info at runtime, I believe the File.GetVersionInfo method is the only way.