-
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?
-
Re: HttpSendRequestEx
MSDN article Q184352 has a complete sample in C for HttpSendRequestEx. Try if you can convert it to VB.
-
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.