RE: How to intercept a keystroke in document/view structure?

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: GuitarBill (anonymous_at_discussions.microsoft.com)
Date: 05/22/04


Date: Fri, 21 May 2004 21:01:07 -0700

I'm not familiar with the Wordpad sample, but I'm guessing it probably uses WM_CHAR message ie OnChar(), which is also issued to the view along with the WM_KEYDOWN.