(Francois, I haven't solved the problem yet)
>>I have used the TEmulVT in an application that originally used a TMemo in BCB 6.0 and it is a great step forward, thanks! I apologise for what I suspect is ignorance of my behalf (and a lack of in-depth Pascal knowledge) but I want to be able to respond to a ] and } key press, i.e. pass it back to KeyPressed Event. If I have understood the code correctly these are interpreted as ESC and the following key press builds up the ESC sequence. I see how AppMessageHandler gets the message but after that I am lost. What I have been doing is tracing what happens when you press [ and ] and then trying to work out what the difference is. [ gets to KeyPress via TWinControl.OnKeyPress but ] does not. Is there some sort of "setup" needed to get TWinControl.OnKeyPress to respond to ] and if I do do I affect other functionality i.e. muck up ESC sequence processing. Thanks in advance. Kevin -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be