by Perry Loh (3 Submissions)
Category: Internet/HTML
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(8 Votes)
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..
Upload