CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2000
    Location
    India
    Posts
    25

    making a http request from an ActiveX control

    Can i make a http request from an activeX control to a asp page. Are there any standard controls or dlls available for perfoming this task. If so what are they? Pls help fast...



  2. #2
    Join Date
    Feb 2001
    Posts
    19

    Re: making a http request from an ActiveX control

    There's an OCX "Microsoft Internet Transfer Control".

    Just include it in a form and use the execute method to do a http request.

    HTH
    Daniel


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