Good morning, I have a class and a thread. One method I used for talking between a thread and a form was to use messages (sendmessage) and using the forms handle to send the message to. But with my class, which is just Type TMyClass = class I have no .handle property, so is it possible to send a class a message? Or do I have to extend from something? Thanks Nick