Dec 6, 2004 #1 bobmori Programmer Dec 6, 2004 11 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.
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.
Dec 6, 2004 1 #2 bjd4jc Programmer Nov 8, 2001 1,627 US How about: Code: lblCompileDate = CreateObject("Scripting.FilesystemObject").GetFile(App.Path & "\" & app.EXEName & ".exe").DateLastModified Upvote 0 Downvote
How about: Code: lblCompileDate = CreateObject("Scripting.FilesystemObject").GetFile(App.Path & "\" & app.EXEName & ".exe").DateLastModified