New edit controls still have this limit and rightly so. For large amounts of data you must use some type of paging mechanism. Increasing the max limit of the edit control wouldn't work because it could never increase to exactly what you need since everyone's use of the control is different. Thus they set the limit at 64kb and let you the programmer figure out how to page data in and out of it.