Do I have this correct?<BR><BR>The Microsoft Foundation Class Library (MFC) is used to build Windows apps. (?)<BR><BR>The Windows API is used to do low-level things the OS normally does. (?)<BR><BR>So ...
I'm handling windows messages in an MFC application. When I handle the WM_CHAR message i noticed it was getting generated twice per keystroke. How do i ...