Path: utzoo!utgpu!watserv1!watmath!att!rutgers!cs.utexas.edu!uunet!munnari.oz.au!uniwa!vaxa.cc.uwa.oz.au!c_leong From: c_leong@vaxa.cc.uwa.oz.au Newsgroups: comp.windows.ms Subject: RE: to windows gurus - not subclassing Message-ID: <1990Jul14.122419.1963@vaxa.cc.uwa.oz.au> Date: 14 Jul 90 04:24:19 GMT Organization: University of Western Australia Lines: 12 Guys, The problem I have is not to do with Subclassing, it is already subclassed. I am trapping the ENTER key so that when that key is pressed the input focus returns to the Parent window. Everything works ok, input focus and everything is returned to the proper window BUT the last input, which is the ENTER key is echoed in the child window. It seems that Windows stores the last input and still prints it out, I need a way to either erase it or prevent the Windows function from printing it out! AAGGhh -Clement