xb2net

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
Eugene Lutsenko
Posts: 1649
Joined: Sat Feb 04, 2012 2:23 am
Location: Russia, Southern federal district, city of Krasnodar
Contact:

xb2net

#1 Post 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?

User avatar
rdonnay
Site Admin
Posts: 4813
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: xb2net

#2 Post 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.
The eXpress train is coming - and it has more cars.

User avatar
Eugene Lutsenko
Posts: 1649
Joined: Sat Feb 04, 2012 2:23 am
Location: Russia, Southern federal district, city of Krasnodar
Contact:

Re: xb2net

#3 Post 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?

Post Reply