Page 1 of 1

xb2net

Posted: Sat Aug 16, 2014 9:46 am
by Eugene Lutsenko
Download and install the demo version. I can not run:

cResponse: = LoadFromURL (cURL)

Can somebody help get the text in Alaska from the site at the address specified in the program?

Re: xb2net

Posted: Mon Aug 18, 2014 7:38 am
by rdonnay
cResponse: = LoadFromURL (cURL)

Can somebody help get the text in Alaska from the site at the address specified in the program?
You need to use the xbHttpClient class to get a response.
There are samples with Xb2.Net on how to do this.

Re: xb2net

Posted: Mon Aug 18, 2014 11:12 am
by Eugene Lutsenko
Thank you! Found everything turned.

I came to the conclusion that for my purposes it is more convenient to print information directly from the site in pdf, for example, and then it has to analyze, not to analyze the implementation of the very site in html. Something like this is discussed in the topic: http://bb.donnay-software.com/donnay/vi ... f=2&t=1278

1. In this regard, a growing interest in tools to work with the Internet, which are in Express++.

2. There is also the need for transformation captions, which is in the pdf-file to the value of a string variable or an array of words, such as.

Where you can read about?

It would be nice if there was a function

cResponse: = DС_LoadFromURL (cURL)

that returns a value to a variable (or better values ​​of elements in the array), the words from the site cURL.
In this regard, if we have a hope to see the source code of a function?