I did that once before.
Since you said you know VB, here is a small piece of code that can help you
In visual basic you can add a control called "Microsoft Internet Transfer Control"
Put a instance of the control on your form, name it IT, then do this it.Execute <LocationURL> Do DoEvents Loop While it.StillExecuting
'The next line gets the raw data Str = it.GetChunk(0)' that's all it
|