Subj : Re: Trying to set up a Response table for a dervied thread class but not working... To : borland.public.cpp.borlandcpp From : Bruce Salzman Date : Fri Jun 04 2004 10:40 pm > Tell me something can only window classes like TWindow have response tables that capture events and messages, if not how really can i create a new class, and have it respond to events, messages via the response table marcros. Because this is essentiall what I'm trying to do. Yes, if you want to use the response table macros, you need a TWindow somewhere in your class. I'm not sure what triggers your message, but you can also send messages directly to a thread using PostThreadMessage. Regards, Bruce .