hi,
I want to when the client each time run the program first checks whether the current version is the latest version.If not, upgrade to the latest version.
private void btnUpgrade_Click(object sender, EventArgs e)
{
if(Current version NO. is old){
// Then, download the latest version from the server...
}
}
Thanks.

VulpesPosted Aug 9, 2014, 11:38 AM
The users need to have IE or FireFox on their machines.
Start reading here:
http://msdn.microsoft.com/en-us/library/t71a733d.aspx