winapi - Win32API DefWindowProc not processing line feed and carriage return -
I am upgrading a program that uses MFCs from V6 to VS 2010 and partially proportionally partially With the exception, it displays any character with the exception of the carriage return and line feed on the CRichEditBox.
Anyone have any ideas? Is there a better job to call? I did not write this code bit.
Diff Windproof (WPARAM) 0x0D, 0); - Nothing
DiffwondoPicric (WM_CHAR, (VARAM) 'B', 0); - Works
Thanks in advance.
Forget the addition of PS - it worked in VS6
Comments
Post a Comment