Link to home
Start Free TrialLog in
Avatar of dnotestine
dnotestine

asked on

VB6 HowTo POST request using WinInit APIs

How would I do a Post request using the WinInit APIs in VB6? I see from MS msdn that its possible but I'm not great at APIs, buffers and such.

I'm using the VB6 sample here for WinInit APIs
Return the Contents of a Web Page Using WinInet API
http://www.freevbcode.com/ShowCode.Asp?ID=1252

My project is discussed here:
https://www.experts-exchange.com/questions/22718901/How-to-turn-off-Internet-Explor-image-requests.html
Avatar of jkr
jkr
Flag of Germany image

See http://support.microsoft.com/kb/259100/ ("SAMPLE: Vbhttp.exe Demonstrates How to Use HTTP WinInet APIs in Visual Basic")
ASKER CERTIFIED SOLUTION
Avatar of PaulHews
PaulHews
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial