'MLE' 32k. limits
- Posted by wolfgang fritz <wolfritz at KING.IGS.NET> Apr 13, 2000
- 372 views
Anyone lamenting the 32k. limits of MLE's in win32 should look up: limiting user-entered text, and em_setlimittext in win32.hlp ...it seems that a simple message can, at least, double this to 64k. [ ...untested win32lib example ] constant EM_SETLIMITTEXT=197 integer junk ...if it works, maybe David can add this constant to win32lib ? Wolf