Hi, i am looking for help to make an auto-update program for my vb program.

I just need a program that checks a ini file on the server agents the ini file on the computers hard drive. The ini would look like this:
Code:
[version]
version=1.3
size=587kb
and the one on the computer already would look like this:
Code:
[version]
version=1.1
size=421kb
Now i just need to call it from a Form_Load and check the server and see what the ini file says agents the one on the computer. if its the same it does nothing, just lets the user go on without knowing anything. But if its different, it tells the user they need to download it.

I would also like the progress bar to be used to show the user how long it will take. Take the size=XXX and use that for the bar to know how much to move at whatever rate the connection is?

So if u can help me, great!.. ive tryed about 10 differnt programs and all dont seem to work this way.

Thanks for your time,
David