OK, how do I get the KEYPRESS and such messages into wndproc? I can't call it normally because I need to send a TLMKEY record structure (or something like that) and wndproc expects a TLMessage structure. I CAN'T typecast it so how do I send this? Shane