Home > Software engineering >  MFC in the edit control how to add the left key of mouse events?
MFC in the edit control how to add the left key of mouse events?

Time:10-05

RT, detailed solution!

CodePudding user response:

Derive your Edit

CodePudding user response:

CEdit derived classes to add the WM_LBUTTONDOWN message processing, or directly in PreTranslateMessage virtual functions in filtering WM_LBUTTONDOWN message,
  • Related