Click to See Complete Forum and Search --> : any way to extend edit control's 30,000 limit?


psasidisrcum
March 8th, 2005, 07:21 PM
I understand that the predefined multiline edit control in the Win32 API has a limit of 30,000 characters. I find this to be somewhat limiting, and am wondering if there's a way to extend this limit by any chance? What happens if one just ignores the limit?

Thanks!

ovidiucucu
March 9th, 2005, 02:17 AM
Send EM_LIMITTEXT message to edit control.