tags:

views:

25

answers:

0

i want to make an edit control box in which user can enter some value. so i drag an edit control to my dialog. add a variable "value" of type CString to this edit control. then i add an event handler of message type EN_CHANGE to this edit control. what should i do next?