r functions provided in the Internet Explorer sample project to download HTML content from a specified URL. I need this ability for a test system I'm developing utilized to evaluate the web-access performance of GSM / GPRS cellular phone equipment. Thanks.That wouldn't be a very good way to do it. That ActiveX control is designed for browsing, not downloading data into your project. Have you considered using DataSocket? You could create a DS Read connection to read in a web page to a char array pretty easily. DataSocket supports http:// type connection strings.
Best Regards,
Chris Matthews
Measurement Studio Support Manager