CRichEditCtrl size limit
-
Hi I resolved all the initial heap errors still receiving some but I think I know the cause the Assembler listing I am streaming is 153 pages with 54 lines to page and about 130 characters across so that's a little bit over a meg large, Can I use LimitText to give myself the space?
-
Hi I resolved all the initial heap errors still receiving some but I think I know the cause the Assembler listing I am streaming is 153 pages with 54 lines to page and about 130 characters across so that's a little bit over a meg large, Can I use LimitText to give myself the space?
Never tried but it should work. See: EM_EXLIMITTEXT message (Richedit.h) - Win32 apps | Microsoft Learn[^] and https://stackoverflow.com/questions/180853/cedit-control-maximum-length-in-characters-it-can-display[^]
Mircea
-
Never tried but it should work. See: EM_EXLIMITTEXT message (Richedit.h) - Win32 apps | Microsoft Learn[^] and https://stackoverflow.com/questions/180853/cedit-control-maximum-length-in-characters-it-can-display[^]
Mircea