Hi,
I have a VB program I'm trying to port to VC++ code. In VB I have a text control which has code in the Keypress & KeyDown events. I'm using the Edit control to replace the Text control. Because the Edit control has no MFC built-in Keypress or Keydown events should I use the EN_CHANGE message to replace these events or is there better way?

Thanks
Steve