ID:183408
 
Problem: I was wondering how I would get a C# application to to check for updates?

Theoretical Solution: Using a variable that would hold the current version of the application then checks an xml file to check for a variable on the xml page. Once the variable was located it would check to see if the variable on xml file was greater then the variable of the current version in the program it would ask to download.

My questions to BYOND:
1. Would this solution work?
2. How would I get my application to find the page and locate the variable?