Click to See Complete Forum and Search --> : VB Server Request


James Sadlier
October 6th, 1999, 09:03 AM
Hi....
I'm attempting to write a small server diagnostic tool that requests a page from a given URL every set interval. Can anyone tell me what control I should use ... I've tried the INET and Microsoft's Winsock control. They seem OK but the problem is that there's nothign about them in the MSDN library, and I don't know how to use them.

Any help would be greatly appreciated.

James Sadlier

Lothar Haensler
October 6th, 1999, 09:20 AM
the Internet TransferControl is very easy to use.
just call the OpenURL method of that control and pass the URL as an argument. It will return the page as a VB string.