So I am making a Skype tool in C# just for fun basically. But I don't want to have to personally re-distribute the files every time I update it. How would I get it to where I can upload the files to DropBox and the program could detect off the dropbox if it needs to be updated or not? I got this idea from this video except it is in VB, not C#.