Click here to Skip to main content
15,913,941 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to run the dropped file ? Pin
Anthony Mushrow30-Jun-08 23:05
professionalAnthony Mushrow30-Jun-08 23:05 
GeneralRe: how to run the dropped file ? Pin
Xmen Real 30-Jun-08 23:22
professional Xmen Real 30-Jun-08 23:22 
GeneralRe: how to run the dropped file ? Pin
Anthony Mushrow1-Jul-08 1:07
professionalAnthony Mushrow1-Jul-08 1:07 
GeneralRe: how to run the dropped file ? Pin
Xmen Real 1-Jul-08 2:31
professional Xmen Real 1-Jul-08 2:31 
AnswerRe: how to run the dropped file ? Pin
Jimmanuel30-Jun-08 10:20
Jimmanuel30-Jun-08 10:20 
GeneralRe: how to run the dropped file ? Pin
Xmen Real 30-Jun-08 14:45
professional Xmen Real 30-Jun-08 14:45 
AnswerRe: how to run the dropped file ? Pin
DaveyM691-Jul-08 2:53
professionalDaveyM691-Jul-08 2:53 
GeneralRe: how to run the dropped file ? Pin
Xmen Real 1-Jul-08 5:12
professional Xmen Real 1-Jul-08 5:12 
QuestionUnable to Connect to Visual Studios Local Host server Pin
kibromg30-Jun-08 5:14
kibromg30-Jun-08 5:14 
AnswerRe: Unable to Connect to Visual Studios Local Host server Pin
John_Adams30-Jun-08 8:44
John_Adams30-Jun-08 8:44 
Questionremoving row from dataTable / DataGridView Issue Pin
Harvey Saayman30-Jun-08 5:12
Harvey Saayman30-Jun-08 5:12 
AnswerRe: removing row from dataTable / DataGridView Issue Pin
Xmen Real 30-Jun-08 5:21
professional Xmen Real 30-Jun-08 5:21 
GeneralRe: removing row from dataTable / DataGridView Issue Pin
Harvey Saayman30-Jun-08 20:14
Harvey Saayman30-Jun-08 20:14 
GeneralRe: removing row from dataTable / DataGridView Issue Pin
Xmen Real 30-Jun-08 22:46
professional Xmen Real 30-Jun-08 22:46 
GeneralRe: removing row from dataTable / DataGridView Issue Pin
Harvey Saayman30-Jun-08 22:59
Harvey Saayman30-Jun-08 22:59 
GeneralRe: removing row from dataTable / DataGridView Issue Pin
Xmen Real 30-Jun-08 23:02
professional Xmen Real 30-Jun-08 23:02 
GeneralRe: removing row from dataTable / DataGridView Issue Pin
Harvey Saayman30-Jun-08 23:07
Harvey Saayman30-Jun-08 23:07 
GeneralRe: removing row from dataTable / DataGridView Issue Pin
Xmen Real 30-Jun-08 23:08
professional Xmen Real 30-Jun-08 23:08 
GeneralRe: removing row from dataTable / DataGridView Issue Pin
Harvey Saayman30-Jun-08 23:13
Harvey Saayman30-Jun-08 23:13 
AnswerRe: removing row from dataTable / DataGridView Issue Pin
Kjetil Svendsen30-Jun-08 22:28
Kjetil Svendsen30-Jun-08 22:28 
GeneralRe: removing row from dataTable / DataGridView Issue Pin
Harvey Saayman30-Jun-08 22:43
Harvey Saayman30-Jun-08 22:43 
QuestionSorting Data using BindingSource.Sort Pin
Alessandra7730-Jun-08 4:46
Alessandra7730-Jun-08 4:46 
AnswerRe: Sorting Data using BindingSource.Sort Pin
PIEBALDconsult30-Jun-08 5:41
mvePIEBALDconsult30-Jun-08 5:41 
QuestionAuto update of program (Downloading from web) Pin
Casper Hansen30-Jun-08 4:35
Casper Hansen30-Jun-08 4:35 
Hello.

I have been creating a application that checks the application version and sees if it fits with the version from http://msbeditor.dumpen.dk/versioninfo.html

If it doesnt I use a webBrowser component to open a download link to http://msbeditor.dumpen.dk/msbEditor.rar

But this is not very practical because, the ones using my application have to download all files even though some of the files are not changed..

So I wanted to ask if you have an idea on how to make a auto updater in C#?

I was thinking of something like:
Check the application version with the online version (Allready done)
If it doesnt fit, then match all the files (last changed or file size or similar) in the rar file (from msbeditor.dumpen.dk) with the files in the application folder
If they are changed then download the changed files

Any ideas?
AnswerRe: Auto update of program (Downloading from web) Pin
User 665830-Jun-08 4:59
User 665830-Jun-08 4:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.