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!
Asked
Active
Viewed 295 times
1 Answers
1
Yes, Windows send the WM_KILLFOCUS.
MFC uses the EN_KILLFOCUS
for edit boxes, IIRC.

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