I want to increment the height of my edit control when size of string in richedit control gets maximum means to its width. I have used EN_MaxText but it is not working in RichEdit control.
A:
You can use OnChange event and check the length. If it is reached you can do whatever you want, like use a MessageBox notifying the user.
Sunscreen
2010-09-06 09:25:46