I am trying to retrieve the newest version of my app from the web. On form_unload, I check the users registry for the current version and then check the web for a new version. If a new version is found, a msgbox pops up and gives them the option to download or not. If yes, I need to Pull the new exe off the web. How do I overwrite the old version when it is running? I already have created a key to find the app path. I just need to know how to save the file from the web into the correct folder.


Please help


Dubi