Subj : Re: Trying to set up a Response table for a dervied thread class but not working... To : borland.public.cpp.borlandcpp From : Antsy. Date : Fri Jun 04 2004 07:32 pm Thanks for your response bruce. 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. Thanks in advance p.s. This was an error on my part when i was simplying the listing to post here...it really is TThreadFoo. Class TFooClass > >This should be: > >DECLARE_RESPONSE_TABLE(TThreadFoo); > .