I use the Internet Transfer Control in an Excel form and can't get the Execute method to work properly. With OpenURL everything works fine, but I have to use Execute in order to be able to send an HTTP header (user-agent).
Anyway, my problem is this: The
event of the control never fires with the parameter
being
.
I have checked transmission with a packet capture app and that show that the page is requested from the server and the server replies, but it only sends about 28000 bytes. Why? Is the buffer full? I really don't want to have to use Winsock for this...Do YOU have any ideas?
Thanks!
Anyway, my problem is this: The
Code:
StateChanged
Code:
State
Code:
icResponseCompleted
I have checked transmission with a packet capture app and that show that the page is requested from the server and the server replies, but it only sends about 28000 bytes. Why? Is the buffer full? I really don't want to have to use Winsock for this...Do YOU have any ideas?
Thanks!