Hi,

I'm trying to design designing a small VB6 Windows program that will download XML from the internet. I'd like it to run quietly in the background (possibly as a Windows service) and poll a web server every few minutes to check for new data, and if found, download it to the local filesystem.
Can anyone give me any general advice or tips about the best way to approach this?

Thanks,

Chris