Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 May : Want to use my own socket error message and not system message.
| Subject: | Want to use my own socket error message and not system message. |
| Posted by: | jmiller..@hotmail.com |
| Date: | Mon, 9 May 2005 21:30:33 GMT |
I am using a TClientSocket to connect to a server. If the server is
not running I get a Socket Error 10060. I want to use my own error
message. I can use the onError event to show my own error message,
but the system error still shows.
How can I get rid of the system generated error?
Thanks,
Jim (jmller55@hotmail.com)