You can send the "EM_EXLIMITTEXT" message to increase the characters limit:
Code:Private Const EM_EXLIMITTEXT As Long = &H435, lMaxLimit As Long = &H7FFFFFFF SendMessage RichTextBox.hWnd, EM_EXLIMITTEXT, 0&, lMaxLimit
|
Results 1 to 40 of 4199
Threaded View
|
Click Here to Expand Forum to Full Width |