I am currently putting the app name and version on the title bar - as one does.
<snip>
Agetfileversion(xinfo,lcExe)
swversion = Alltrim(xinfo[10]) + " ver. " + Alltrim(xinfo[11])+ ' '
</snip>
I want to add the time the exe was created.
Can anyone help with this plesae?
Colin
<snip>
Agetfileversion(xinfo,lcExe)
swversion = Alltrim(xinfo[10]) + " ver. " + Alltrim(xinfo[11])+ ' '
</snip>
I want to add the time the exe was created.
Can anyone help with this plesae?
Colin