CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Guest

    HTTP POST with Internet Transfer Control

    I'm trying to post data with the Internet Transfer Control 6.0. But it doesn't seem to work.
    Does anyone have an idéa???


  2. #2
    Join Date
    Dec 1999
    Location
    india,hyderabad
    Posts
    7

    Re: HTTP POST with Internet Transfer Control

    2 methods work
    one is inet1.openurl("http://page name")
    inet1.execute()

    u dont have to use or specify get or post method i u want to get the values in ur cgi application like say ASP

    in ASP PAGE write REquest("querystring") it will return ur value

    Sudharshaan

  3. #3
    Guest

    Re: HTTP POST with Internet Transfer Control

    I've had the same problem, however you can create an invisible web browser control create an html page on the fly with all your post data in and then navigate to a program using the wb control.


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