|
-
How Do I Display Application's Version Info?
In VB6, it was easy to display the app's version information (major, minor,
revision) in a textbox or a label.
All I had to do (if I recall correctly) is the following:
Let's say I want to display major version info in a label called "label1":
label1.caption=app.major
Likewise, I could concatenate the version info strings (major, minor, etc)
into one string and display it just as easily.
I have yet to figure out how to do this with VB.NET.
Suppose I have a label called "lblVersion".
How would I display all of the available application version information
within this label?
All I want is a line of text displayed on my app's form that looks similar
to the following:
"Version 1.0.0.1"
Thanks,
Jim Graham
--
graham@iucf.indiana.edu
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks