How can I make my C# application check for updates?
Posted
by Sukesh
on Stack Overflow
See other posts from Stack Overflow
or by Sukesh
Published on 2009-04-23T07:02:52Z
Indexed on
2010/06/08
22:52 UTC
Read the original article
Hit count: 142
I am building a C# windows application. I want it so whenever I click the update button in my form the application will Start looking for whether there is a new version avaliable on my Server.
If there is then proceed to update the Software.
How is this usually handled?
© Stack Overflow or respective owner