Hi,
FYI:
http://stackoverflow.com/questions/2484921/strange-threads-in-application-in-win7-wow64
--
Arno Garrels
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be
I wonder if this is the case with Win2008R2 as well...
SZ
On Mon, Sep 13, 2010 at 10:40 AM, Arno Garrels wrote:
> Hi,
>
> FYI:
>
> http://stackoverflow.com/questions/2484921/strange-threads-in-application-in-win7-wow64
>
> --
> Arno Garrels
>
>
> --
> To unsubscribe or change your settings for
By using the Indy TIdHTTP and TIdIOHandlerStack it is very easy to use these
components to call http://www.whatismyip.com/automation/n09230945.asp to
return the Internet IP address. What I want to know is, what is the simplest
way to do this with the ICS components. The Indy components always seem
> Is there an ICS example somewhere?
There are dozens of example ICS programs, and several that demonstrate
various aspects of the HTTP client component, accessing a simple web page
is about as easy as it gets.
Angus
--
To unsubscribe or change your settings for TWSocket mailing list
please got
Easy when you know how. The only demo programs I can find are what were
installed with the ICS and none of them seem to tell me what I need to know.
I am doing this:
HttpCli1.Url := 'http://www.whatismyip.com/automation/n09230945.asp';
HttpCli1.GetAsync;
This returns with the RequestDone ev
Hi,
You should have a look at the httptst demo. You need to assign the
receivedstream and read the data in requestdone.
Regards,
SZ
On Mon, Sep 13, 2010 at 5:43 PM, Graham Powell wrote:
> Easy when you know how. The only demo programs I can find are what were
> installed with the ICS and none
By using the Indy TIdHTTP and TIdIOHandlerStack it is very easy to use
these
components to call http://www.whatismyip.com/automation/n09230945.asp to
return the Internet IP address. What I want to know is, what is the
simplest
way to do this with the ICS components. The Indy components always se
That's very similar to what I had just come up with, and unfortunately we
now have the next strange problem.
This returns a message from whatismyip.com saying that I have been banned
for 5 minutes for hitting the site too often. If I instantly revert back to
the Indy component, it works.
Is there
http://wiki.overbyte.be/wiki/index.php/THttpCli.Get
If you need it sync (blocking) in the same way Indy does it.
Regards, Fredrik.
-Original Message-
From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On
Behalf Of Francois PIETTE
Sent: den 13 september 2010 17:22
To:
Graham Powell wrote:
> That's very similar to what I had just come up with, and
> unfortunately we now have the next strange problem.
>
> This returns a message from whatismyip.com saying that I have been
> banned for 5 minutes for hitting the site too often. If I instantly
> revert back to the In
This returns a message from whatismyip.com saying that I have been banned
for 5 minutes for hitting the site too often.
Is there something else I should set to prevent this response?
I would say: look at the user agent (Agent property). This is what a website
use to see which program is connec
Hello,
I have a client who says that when he displays a OWA page it looks fine on
browser but when he saves it to disk (with gfx) with IE and FF, when he
opens the html, two gfx is not saved to disk and the page is corrupt due to
this missing two gifs! How could this be? I do not think both of the
12 matches
Mail list logo