Re: [twsocket] WSocket DNSLookup.

2006-01-05 Thread Wilfried Mestdagh
Hello Ja, Program check list of domains with several components at once... putting something in woudldnt do the job. Yes it does (not tested): procedure TForm1.LookupBtnClick(Sender: TObject); var Sock: TWSocket; n: integer; bgein n := 0; while n DomainList.Count do begin Sock :=

Re: [twsocket] WSocket DNSLookup.

2006-01-04 Thread Arno Garrels
Data: Tue, 3 Jan 2006 22:00:48 +0100 Temat: Re: [twsocket] WSocket DNSLookup. Hello Ja, Is there any way to do a WSocket DNSLookup and OnLookupDone get adress of host that have been looked up? I do not understeand the question. CAn you please rephrase it ? I wouldlike to lookup some

Re: [twsocket] WSocket DNSLookup.

2006-01-04 Thread Ja
[EMAIL PROTECTED] Do: ICS support mailing twsocket@elists.org Data: Tue, 3 Jan 2006 22:00:48 +0100 Temat: Re: [twsocket] WSocket DNSLookup. Hello Ja, Is there any way to do a WSocket DNSLookup and OnLookupDone get adress of host that have been looked up? I do not understeand

Re: [twsocket] WSocket DNSLookup.

2006-01-04 Thread Arno Garrels
Garrels [EMAIL PROTECTED] Do: ICS support mailing twsocket@elists.org Data: Wed, 4 Jan 2006 16:11:29 +0100 Temat: Re: [twsocket] WSocket DNSLookup. Wilfried, Not sure, but I think he meant this one: procedure TForm1.WSocket1DnsLookupDone(Sender: TObject; ErrCode: Word); begin

Re: [twsocket] WSocket DNSLookup.

2006-01-04 Thread Wilfried Mestdagh
Garrels [EMAIL PROTECTED] Do: ICS support mailing twsocket@elists.org Data: Wed, 4 Jan 2006 16:11:29 +0100 Temat: Re: [twsocket] WSocket DNSLookup. Wilfried, Not sure, but I think he meant this one: procedure TForm1.WSocket1DnsLookupDone(Sender: TObject; ErrCode: Word); begin if ErrCode

Re: [twsocket] WSocket DNSLookup.

2006-01-04 Thread Ja
Program check list of domains with several components at once... putting something in woudldnt do the job. Wiadomość Oryginalna Od: Arno Garrels [EMAIL PROTECTED] Do: ICS support mailing twsocket@elists.org Data: Wed, 4 Jan 2006 16:38:51 +0100 Temat: Re: [twsocket] WSocket DNSLookup