I am in the list, click on the insert edit box
The user wants to enter the line data
Press enter to jump to the next line
Ask what to do??
CodePudding user response:
Edit boxVoid CInPlaceEdit: : OnChar (UINT nChar, UINT nRepCnt, UINT nFlags)
{
If (nChar==VK_RETURN)
.