hello
I am a beginner to MFC and
I am building an application on MFC dialog
i want two text box on the dialog
The first text box can be edited and the second one is read only mode
I want the Data of the first text box entered to be copied to the second one and displayed on the click of the button
Can any one provide me with the code for this???