Rich edit control
-
Hi all, Is there any specific property in rich edit control so that by enabling it only we can enter text in that in second/third.. line succesively by pressing enter key.Actually while getting the dialog box run i am able to get the functionality of ENTER key in Rich edit control but when i am running the project i am not able to get the functionality of ENTER key.Is there any specific reason for this. Please guide regarding this. Regards, Mayank
-
Hi all, Is there any specific property in rich edit control so that by enabling it only we can enter text in that in second/third.. line succesively by pressing enter key.Actually while getting the dialog box run i am able to get the functionality of ENTER key in Rich edit control but when i am running the project i am not able to get the functionality of ENTER key.Is there any specific reason for this. Please guide regarding this. Regards, Mayank
Are you talking about the
ES_WANTRETURN
style?
"Normal is getting dressed in clothes that you buy for work and driving through traffic in a car that you are still paying for, in order to get to the job you need to pay for the clothes and the car and the house you leave vacant all day so you can afford to live in it." - Ellen Goodman
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
Hi all, Is there any specific property in rich edit control so that by enabling it only we can enter text in that in second/third.. line succesively by pressing enter key.Actually while getting the dialog box run i am able to get the functionality of ENTER key in Rich edit control but when i am running the project i am not able to get the functionality of ENTER key.Is there any specific reason for this. Please guide regarding this. Regards, Mayank
And also see
PreTranslateMessage
.