A simple example that shows you how to :
1 - Retrieve a HTML document via the XMLHTTP object
2 - POST data either by the POST/GET method via the XMLHTTP object
This extends from my previous simple example of posting with a WEBBROWsER control. Since the MSXML.dll comes with IE5+, distributing an app that uses this wouldn't be much of a problem.
This is the basis I'm using for a bigger sample I will be putting up once it is done.
Feedbacks are welcomed..