Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Add Compile Date to About Screen 1

Status
Not open for further replies.

bobmori

Programmer
Dec 6, 2004
11
0
0
US
I would like to show the Compile Date on my About Screen. Is there a way to compile it into the program without doing it manually.
 
How about:

Code:
lblCompileDate = CreateObject("Scripting.FilesystemObject").GetFile(App.Path & "\" & app.EXEName & ".exe").DateLastModified
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top