0

Is there a standard way to handle MFC Edit box defocus event? I mean if I click on the box enter something and then move on on the other component handling event gets fired? Thank you for any help!

faya
  • 5,535
  • 11
  • 37
  • 49

1 Answers1

1

Yes, Windows send the WM_KILLFOCUS.

MFC uses the EN_KILLFOCUS for edit boxes, IIRC.

Nick Dandoulakis
  • 42,588
  • 16
  • 104
  • 136