As a decent programmer, this seems to be a simple task, but is turning out to be difficult.

I would like to launch Internet Explorer, view the source of a page, and then parse some info (from the source) to a database.

I can launch internet explorer, but getting the source seems to be the hard part. I do not want to use an inet control, because for some reason, the web page gives different source code (has to do with headers being different).

Any ideas????

I have tried getwindowtext, but it isnt helping me.

Thanks,
Bebandit