how can I get and save a website page to string?

 

for example, I want save a page of a  website  content , want save to string?

is there any code? I donot want use DLL file.

 

thanks

hongbin 

Documentation on MQL5: Standard Constants, Enumerations and Structures / Environment State / Client Terminal Properties
Documentation on MQL5: Standard Constants, Enumerations and Structures / Environment State / Client Terminal Properties
  • www.mql5.com
Standard Constants, Enumerations and Structures / Environment State / Client Terminal Properties - Documentation on MQL5
 
any reply?
 
codeidea:
any reply?
You need WinAPI or other DLL to do that.
 
Alain Verleyen:
You need WinAPI or other DLL to do that.
Just in case someone read this topic, we have now WebRequest() function, no more need for DLL.
Reason: