Joined
Last Seen
0 Reputation Points
100% Quality Score
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
0 Endorsements
Ranked #107.65K
1 Posted Topic
Hi, I use this code when I publish applications. Imports System.Deployment.Application If (ApplicationDeployment.IsNetworkDeployed) Then Dim AD As ApplicationDeployment = ApplicationDeployment.CurrentDeployment Label2.Text = "v " & AD.CurrentVersion.ToString Else Label2.Text = "v " & My.Application.Info.Version.ToString End If
The End.
Djoulz