LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

I would like to know how to use the Active-X controlle

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.
0 Kudos
Message 1 of 2
(2,902 Views)
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
0 Kudos
Message 2 of 2
(2,902 Views)