|
-
October 6th, 1999, 09:03 AM
#1
VB Server Request
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
-
October 6th, 1999, 09:20 AM
#2
Re: VB Server Request
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|