Click here to Skip to main content
15,998,694 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have an mfc form in which i want to check if user had change any value & if yes ask him to click on another button say refresh before clicking an actual button (here it is button find.)

for example if user has change value in text box say from 25 to 50 , i should come to know value is changed , & i print message please click on refresh button !, if user clicks on find before refresh.

how i can archive this ?
thanks in advance
Posted

1 solution

The controls provide you a mechanism for doing that. For instance, you may implement the text box (namely CEdit) ON_EN_CHANGE message handler[^].
 
Share this answer
 
Comments
Vivek_Mendse 27-Jan-12 6:21am    
Thanks
CPallini 27-Jan-12 6:25am    
You are welcome.

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900