CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 1999
    Posts
    19

    How do I make an http request?



    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



  2. #2
    Join Date
    Apr 1999
    Posts
    16

    Re: How do I make an http request?



    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

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