Using InternetExplorer Object without downloading images

fabrice

New member
Joined
Apr 16, 2006
Messages
1
Programming Experience
1-3
Hi
I've created a program that use the InternetExplorer Object to fill out some forms on several sites.
My program would be faster if the (large) images on these sites would not downloaded.
Is there a possibility to get only the text without the images from this sites (by using the InternetExplorer Object)? I've nothing found about this in msdn. I thougth it could work with sending an additional http-header parameter like "accept: text/plain; q=1, images/*; q=0" or somthing like that, but it doesnt work at the moment.
Do you have any ideas to solve my problem?
Thx
 
Back
Top