View Single Post
Old 03-18-2005, 11:08 PM   #10 (permalink)
QUantumAnenome
Code Monkey
 
Join Date: Mar 2005
Posts: 56
QUantumAnenome is on a distinguished road
Send a message via Yahoo to QUantumAnenome
Thanks DJMaze! I finally got something working w/ MSVS 2003.

For some reason, HttpOpenRequest() HttpSendRequest() pair wasn't working, so after poking around the docs found InternetOpenUrl().

The big hurdle for me was not knowing this set of functions even existed, so I now have a whole new world to explore!

BTW, I found libwww on the w3c.org website, finally got their samples to work, and your method is WAY more simple and clean.

Anyone who wants my simple MFC based app based on DJMaze's code snippet is welcome to email me for it.
QUantumAnenome is offline   Reply With Quote