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

    HttpSendRequestEx

    I am having a tough time populating the INTERNET_BUFFERS structure used by the HttpSendRequestEx function. No documentation is available for this method. I know microsoft did not want us to use this method in VB but why cant they give us some documentation on this?

    I guess this is the pain working with microsoft technologies.

    anyone have any example of using HttpSendRequestEx and HttpEndRequest?


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

    Re: HttpSendRequestEx

    MSDN article Q184352 has a complete sample in C for HttpSendRequestEx. Try if you can convert it to VB.


  3. #3

    Re: HttpSendRequestEx

    Thanks for the link. I found similar examples in Vc++ too. these will help for anyone working with Http functions from wininet.dll using vb. also more simple examples can be found in vb too.
    http://support.microsoft.com/downloa...iles/Hsrex.exe HttpSendRequestEx VC++ example from MSDN.


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