Re: Build date
From: Rick Rothstein (rickNOSPAMnews_at_NOSPAMcomcast.net)
Date: 05/07/04
- Next message: lance: "Re: endless loop at app start up."
- Previous message: Jim Carlock: "Re: richtxt32.ocx and Office XP SP3 Problem"
- In reply to: Alex: "Build date"
- Next in thread: Tom Esh: "Re: Build date"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 7 May 2004 10:35:30 -0400
I don't think there is an automatic way to do this. However, you can go
to Project/Properties on VB's menubar and click the "Make" tab on the
dialog box that appears. In the "Version Information" section, you can
select the "Comments" item and enter something like
Build Date May 7, 2004
which you can then retrieve in your program using the Comments property
of the App object.
Debug.Print App.Comments
I envision you updating the build date in the Comments field at the same
time you update the Version number (since you are on the same panel).
Rick - MVP
"Alex" <anonymous@discussions.microsoft.com> wrote in message
news:8C73A8EB-A287-4DA1-97D0-D35CA3A36EE2@microsoft.com...
> I would like to put the build date for my application in the About
box, I tried looking at the App object to see if there was a property
that had it, but I couldn't see it in there. Anyone know where I can
retrieve this information from without having to do it manually?
>
> Thanks!
>
> Alex
- Next message: lance: "Re: endless loop at app start up."
- Previous message: Jim Carlock: "Re: richtxt32.ocx and Office XP SP3 Problem"
- In reply to: Alex: "Build date"
- Next in thread: Tom Esh: "Re: Build date"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|