How To Filter Keystrokes in Controls Derived from CEdit Class (92394)
The information in this article applies to:
- The Microsoft Foundation Classes (MFC), when used with:
- Microsoft C/C++ for MS-DOS 7.0
- Microsoft Visual C++ for Windows, 16-bit edition 1.0
- Microsoft Visual C++ for Windows, 16-bit edition 1.5
- Microsoft Visual C++ for Windows, 16-bit edition 1.51
- Microsoft Visual C++ for Windows, 16-bit edition 1.52
- Microsoft Visual C++, 32-bit Editions 1.0
- Microsoft Visual C++, 32-bit Editions 2.0
- Microsoft Visual C++, 32-bit Editions 2.1
- Microsoft Visual C++, 32-bit Editions 2.2
- Microsoft Visual C++, 32-bit Editions 4.0
This article was previously published under Q92394 NOTE: Microsoft Visual C++ NET (2002) supported both the managed code model that is provided by the .NET Framework and the unmanaged native Windows code model. The information in this article applies to unmanaged Visual C++ code only.
SUMMARY
Using the Microsoft Foundation Classes (MFC), if an application derives an
edit control of the CEdit class, it can capture messages for that control,
process the messages, and then pass them to the Default member function for
default processing, if desired.
Modification Type: | Minor | Last Reviewed: | 7/1/2004 |
---|
Keywords: | kbArchitecture kbCtrl kbhowto kbKeyIn KbUIDesign KB92394 |
---|
|