setlimittext() cedit perspective does work
this duty vista.
i combined new dialog formed mfc digest exam this. i total cedit control dialog. i called setlimittext let cedit accept 100000 characters. i attempted both:
this->m_cedit1.setlimittext(100000);
updatedata(false);
and
static_cast<cedit*>(getdlgitem(idc_edit1))->limittext(100000);
i placed calls initdialog.
after i brew 5461 characters cedit, becomes lifeless unresponsive. any ideas causing workarounds means brew enlarged strings calm cedit any control?
note: 5461 0x1555 1010101010101 binary, i definitely odd.
if i brew 5460 characters i have problems.
Comments
Post a Comment