Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Apr : Re: TServerSocket.OnClientConnect is not executing.... why?
| Subject: | Re: TServerSocket.OnClientConnect is not executing.... why? |
| Posted by: | "John Klimek" (jklim..@gmail.com) |
| Date: | 28 Apr 2006 11:08:15 |
Thanks for the response!
I'm not sure how I can call Application.ProcessMessages because my program is a console application (and thus no Application variable is created). Do I need to manually create this variable somehow? ...or is my only option to use ThreadBlocking?