-accept birthday from user, it will probably easier to ask year , then month then day rather than parsing string reliably -calculate age of tghe user
-check to see if the age of hte user imposible . fo eg: if the user is not born output an errror message . if the user claims to be 135 yrs old then let then know thats not possible
-output the age of the user
-if it is the user's birthday , output nice messages
hint; lookup the system.datetime structure ....
Loading
VulpesPosted Jun 5, 2013, 12:36 PM
Try adding this code to the button's Click handler: