Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Jul : How to access VCL calls from threads
| Subject: | How to access VCL calls from threads |
| Posted by: | "keyser" (keyser_so..@usa.com) |
| Date: | 14 Jul 2005 17:19:50 |
I would like to put debugging information in a control when certain
events occur. As these events are on worker threads, and I
understand the VCL is not thread safe (and I am getting Invalid
window handle. System Error. Code: 1400) - what methodology can I
use to get info into a VLC control?
Thanks.