Hiya!
I'm wondering if it is possible to make an http request from a VB6 program and how it is done??
What I want to do is checking a lot of links and see if they are alive.
Thanks,
Magnus Ohlin
Printable View
Hiya!
I'm wondering if it is possible to make an http request from a VB6 program and how it is done??
What I want to do is checking a lot of links and see if they are alive.
Thanks,
Magnus Ohlin
Look into the Internet Transfer Control. To add, go under Tools | Controls, and add the Microsoft Internet Transfer Control. Check out the OpenURL method.
-Jim