Posts
 
Reputation
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
~8K People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for blondie.simon

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

Member Avatar for Djoulz
0
8K

The End.