Santhosh Cheeran
March 31st, 1999, 11:55 PM
In your Installation, write the version no and date of installation into the registry and in the about dialogbox class(which usaully appears at the end of application class code) in InitDialog, read this registry setting and set the static fields which otherwise comes from resources. This way you code the dialog routine only once, rest it will run depending upon what installation program does on the registry string. Guess this is what you wanted.