An application sends an EM_LIMITTEXT message to limit the amount of text the user may enter into an edit control.
EM_LIMITTEXT wParam = (WPARAM) cchMax; // text length, in characters lParam = 0; // not used; must be zero
This message does not return a value.
The EM_LIMITTEXT message limits only the text the user can enter. It has no effect on any text already in the edit control when the message is sent, nor does it affect the length of the text copied to the edit control by the WM_SETTEXT message. If an application uses the WM_SETTEXT message to place more text into an edit control than is specified in the EM_LIMITTEXT message, the user can edit the entire contents of the edit control.
The default limit to the amount of text a user can enter in an edit control is 30,000 characters.
In a rich edit control, use the message EM_EXLIMITTEXT for text length values greater than 64K.
file: /Techref/os/win/api/win32/mess/src/msg05_17.htm, 1KB, , updated: 2000/4/7 11:19, local time: 2024/11/13 06:48,
3.147.78.117:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/Techref/os/win/api/win32/mess/src/msg05_17.htm"> EM_LIMITTEXT</A> |
Did you find what you needed? |