01-11-2010 01:40 AM
Him, I want to show the version of my application in my application so is there any way by using that we can get the version of application that we set in project property.
Solved! Go to Solution.
01-11-2010 02:19 AM
Hi do u want the version of the your code to be displayed after the cod files have been singed in the mobile??
01-11-2010 02:26 AM
I want to write a code in such a way that at run time it get the application version I set at the time of generating of code file in application property.
01-11-2010 02:30 AM
Hi i shall tel what i know...well u can set the version before signing the code files into the mobile in ur projects .alx files.
01-11-2010 02:37 AM
ya I set the version before I sign the application through JDE that reflect in .alx file and .jad file so would you tell me how to that version.
01-11-2010 03:16 AM
this should help:
CodeModuleManager.getModuleVersion(CodeModuleManag
01-11-2010 09:17 AM
Try this
ApplicationDescriptor.currentApplicationDescriptor
01-11-2010 01:38 PM
sachin_r is right. It is the best way to get the current version of the appliaction.
ApplicationDescriptor.currentApplicationDescriptor
06-25-2012 06:55 AM