CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Location
    Dublin, Ireland
    Posts
    25

    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


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    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
  •  





Click Here to Expand Forum to Full Width

Featured