당연(?) 하겠지만 CEdit에 넣을수 있는 글씨는 제한이 있다.
풀어는 줄 수 있는데.. 적당히 풀어야 메모리 적당히 먹겠...지?
[링크 : http://blog.naver.com/joon2457/220628611105]
CEdit::SetLimitText void SetLimitText( UINT nMax ); Parameters nMax The new text limit, in bytes. |
[링크 : https://msdn.microsoft.com/en-us/library/aa279321(v=vs.60).aspx]
CEdit::LimitText void LimitText( int nChars = 0 ); Parameters nChars Specifies the length (in bytes) of the text that the user can enter. If this parameter is 0, the text length is set to UINT_MAX bytes. This is the default behavior. |
[링크 : https://msdn.microsoft.com/en-us/library/aa279307(v=vs.60).aspx]
'Programming > C Win32 MFC' 카테고리의 다른 글
win32 usb class (0) | 2017.11.03 |
---|---|
CEdit 내용 지우기와 메모리 사용량 (0) | 2017.10.26 |
MFC USB 시리얼 제거 탐지하기 OnDeviceChange() (0) | 2017.10.25 |
MFC 다이얼로그에 웹브라우저 넣기 (0) | 2017.10.24 |
한글 코드 페이지 (0) | 2017.10.23 |