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
Printable View
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
Code:lblVersion.Caption = "Version " & App.Major & "." & App.Minor & "." & App.Revision
Thanks Stevie,
It works 100% .
Thanks,
Christo