5 Ağustos 2007 Pazar

Check for Current Version using ClickOnce

' ----------------------------------------
' Required Imports :
'
' System.Deployment
' ----------------------------------------
If My.Application.IsNetworkDeployed Then
currentAppVersion = My.Application.Deployment.CurrentVersion
lastUpdateDate = My.Application.Deployment.TimeOfLastUpdateCheck
End If


0 Comments: