Click here to Skip to main content
15,886,362 members
Articles / Desktop Programming / MFC

Avoiding EN_CHANGE notifications

Rate me:
Please Sign up or sign in to vote.
3.89/5 (12 votes)
30 Jun 2008CPOL5 min read 58.1K   14  
Handling complex control interactions when edit controls are involved can lead to problems when EN_CHANGE notifications are generated by the application actually changing the control values. To avoid having to handle EN_CHANGE notifications from CEdit and CRichEdit, this article shows how to derive

Revisions


  

Compare Revision Minor Date Status Editor
1 - publicly available No 30-Jun-08 9:56 Available Smitha Nishant

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Retired
United States United States
PhD, Computer Science, Carnegie Mellon University, 1975
Certificate in Forensic Science and the Law, Duquesne University, 2008

Co-Author, [i]Win32 Programming[/i]

Comments and Discussions