|
-
Nov 23rd, 2000, 03:17 AM
#1
Thread Starter
Junior Member
Hi all,
I want to show the app version of my vb app in the about box.
How do I get the version of project properties?
Thanks
Christo
-
Nov 23rd, 2000, 03:23 AM
#2
Fanatic Member
Code:
lblVersion.Caption = "Version " & App.Major & "." & App.Minor & "." & App.Revision
VB6 sp5, SQL Server 2000, C#
There are no stupid questions. Only stupid people. 
-
Nov 23rd, 2000, 03:35 AM
#3
Thread Starter
Junior Member
Thanks Stevie,
It works 100% .
Thanks,
Christo
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
|
Click Here to Expand Forum to Full Width
|