Re: [twsocket] How can I know that my client is connected?

2006-09-28 Thread Wilfried Mestdagh
Hello David, My question is how can I have a scheme were the clients and server can connect when conditions are right for them to do so and have a definite knowledge in the client that it is connected rather than a connected state that is toggling? OnChangeState is more for logging or

[twsocket] Sample Code Missing

2006-09-28 Thread KL Chin
Hi Francois Piette. The user made code for WSOCKETEXT.PAS was missing, where can I get it? Actually, I needed to know how to use back the same instance and send the data to different port without create a new TWSocket. Regards, KL Chin -- To unsubscribe or change your settings for

Re: [twsocket] Sample Code Missing

2006-09-28 Thread Angus Robertson - Magenta Systems Ltd
The user made code for WSOCKETEXT.PAS was missing, where can I get it? It's included in the SNTP components zip on my page: http://www.magsys.co.uk/delphi/magics.asp Angus -- To unsubscribe or change your settings for TWSocket mailing list please goto

Re: [twsocket] Sample Code Missing

2006-09-28 Thread KL Chin
Hi Angus, Thx for your link. Will try by tomorrow. Regards, KL Chin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Angus Robertson - Magenta Systems Ltd Sent: Thursday, September 28, 2006 7:37 PM To: twsocket@elists.org Subject: Re: [twsocket] Sample

[twsocket] Wiki

2006-09-28 Thread Markus Humm
Hello, the ICS Wiki is growing now, albeit slowly. Some time ago some people on this support mailing list have claimed they would like to donate something (e.g. time) to the ICS project. Why don't they donate some time, write Francois a e-mail requesting a login to the wiki and help to fill it?

Re: [twsocket] Sample Code Missing

2006-09-28 Thread KL Chin
Hi Angus, I had try it out but failed, client did not rcv any data. Any idea? BTW, can this method used to broadcast? procedure TForm1.WSocket1DataAvailable(Sender: TObject; ErrCode: Word); var saddr: TSockAddrIn; saddrlen : integer; dwPortX,dwIPX : DWORD; srcv : String; begin