Re: [twsocket] UDP SendTo() sends two packets?

2006-05-04 Thread Wilfried Mestdagh
Hello Jack, Do you send to a broadcast address or to a specific address ? Do you have 1 or 2 IP addresses in the sending machine ? --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz Wednesday, May 3, 2006, 00:52, Jack wrote: > I have the code t

Re: [twsocket] HTTPserver Template

2006-05-04 Thread Francois PIETTE
> is it possible or has someone realized some templates with HTTPServer > component that also contains a variable ?? For example you normally have > a variable <#DEVICE> in a table row all devices are listed at this > position. But it would also be great to handle over a variable like > <#DEVIC

Re: [twsocket] UDP SendTo() sends two packets?

2006-05-04 Thread Francois PIETTE
I don't see anything obviously wrong. -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "Jack" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Wednesday, May 03, 2006 12:52 AM Subject: [

Re: [twsocket] Example for protecting a page with password ?

2006-05-04 Thread Francois PIETTE
> has anyone an example how a page can be protected with a password ?? > Please post it or mail it to me. The WebServ sample program in the latest release (published this week !) has it. -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] http://www.ov

[twsocket] Fwd: UDP SendTo() sends two packets?

2006-05-04 Thread Jack
Anyone has an answer for this one? ===8<==Original message text=== I have the code to listen on a UDP port when the first button is clicked, and send a packet when the second button is clicked. It works fine except when the second button is clicked, it sends two packets (I

Re: [twsocket] Example for protecting a page with password ?

2006-05-04 Thread Wilfried Mestdagh
Hello Stefan, I assume you talk about THttpSrv ? If so then you find an example on my site. --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz Thursday, May 4, 2006, 16:23, Stefan Blankenagel wrote: > Hi, > has anyone an example how a page can

[twsocket] Example for protecting a page with password ?

2006-05-04 Thread Stefan Blankenagel
Hi, has anyone an example how a page can be protected with a password ?? Please post it or mail it to me. thanks Stefan -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] Disconnect

2006-05-04 Thread Wilfried Mestdagh
Hello Abdullah, You can check winsock error in OnSessionClosed of your client program. If it does have an error and you never call Close(Delayed) in your client then you can assume that server close connection. If you have errorcode then possible it is due to data loss or some firewall interferin

[twsocket] Disconnect

2006-05-04 Thread Abdullah AlQasim
Hello All, I am newbie with TWSocket I have some critical problem with my project : My client disconnected with out any reasons some time form Dial-up and some times form my LAN Server side was built with Java and I am using TWSocket with our protocol for getting data My client