[comp.windows.ms] to windows gurus - not subclassing

c_leong@vaxa.cc.uwa.oz.au (07/14/90)

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