Groups | Blog | Home
all groups > dotnet windows forms > august 2004 >

dotnet windows forms : About Dialog and Version/Build Information



chazmanian
8/6/2004 8:53:03 AM
Is there an easy way to garner the build information from the assemblyinfo.cs
file in my Windows forms application and then display that in a label or
chazmanian
8/6/2004 9:37:08 AM
Thank you. That is much easier than I thought.

My searches had been coming up with info regarding reflection and getting
the version numbers that way.

[quoted text, click to view]
Lateralus [MCAD.Net]
8/6/2004 11:27:28 AM
Application.ProductVersion



HTH

[quoted text, click to view]

hirf-spam-me-here NO[at]SPAM gmx.at
8/9/2004 12:21:04 PM
* "=?Utf-8?B?Y2hhem1hbmlhbg==?=" <chazmanian@discussions.microsoft.com> scripsit:
[quoted text, click to view]

\\\
MsgBox( _
System.Reflection.Assembly.GetExecutingAssembly( _
).GetName().Version.ToString() _
)
///

- or -

\\\
MsgBox( _
System.Windows.Forms.Application.ProductVersion.ToString() _
)
///

--
Herfried K. Wagner [MVP]
AddThis Social Bookmark Button