[twsocket] Strange threads in ICS applications in Win7

2010-09-13 Thread Arno Garrels
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

Re: [twsocket] Strange threads in ICS applications in Win7

2010-09-13 Thread Fastream Technologies
I wonder if this is the case with Win2008R2 as well... SZ On Mon, Sep 13, 2010 at 10:40 AM, Arno Garrels arno.garr...@gmx.de wrote: Hi, FYI: http://stackoverflow.com/questions/2484921/strange-threads-in-application-in-win7-wow64 -- Arno Garrels -- To unsubscribe or change your

[twsocket] ICS - What Is My IP

2010-09-13 Thread Graham Powell
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

Re: [twsocket] ICS - What Is My IP

2010-09-13 Thread Angus Robertson - Magenta Systems Ltd
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

Re: [twsocket] ICS - What Is My IP

2010-09-13 Thread Graham Powell
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

Re: [twsocket] ICS - What Is My IP

2010-09-13 Thread Fastream Technologies
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 gra...@deephaven.co.ukwrote: Easy when you know how. The only demo programs I can find are what were installed

Re: [twsocket] ICS - What Is My IP

2010-09-13 Thread Francois PIETTE
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

Re: [twsocket] ICS - What Is My IP

2010-09-13 Thread Graham Powell
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

Re: [twsocket] ICS - What Is My IP

2010-09-13 Thread Fredrik Larsson
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:

Re: [twsocket] ICS - What Is My IP

2010-09-13 Thread Arno Garrels
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 Indy

Re: [twsocket] ICS - What Is My IP

2010-09-13 Thread Francois PIETTE
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

[twsocket] OT: Strange web page issue

2010-09-13 Thread Fastream Technologies
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