Click to See Complete Forum and Search --> : HttpSendRequestEx


Muthu Ram
September 29th, 1999, 03:38 PM
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?

Lothar Haensler
October 1st, 1999, 01:55 AM
MSDN article Q184352 has a complete sample in C for HttpSendRequestEx. Try if you can convert it to VB.

Muthu Ram
October 1st, 1999, 11:47 AM
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/download/support/mslfiles/Hsrex.exe HttpSendRequestEx VC++ example from MSDN.