Home > Software engineering >  MFC list press enter a newline
MFC list press enter a newline

Time:11-04

Users have more than 100 header title to enter

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 box
Void CInPlaceEdit: : OnChar (UINT nChar, UINT nRepCnt, UINT nFlags)
{
If (nChar==VK_RETURN)
.
  • Related