An application sends a CB_LIMITTEXT message to limit the length of the text the user may type into the edit control of a combo box.
CB_LIMITTEXT wParam = (WPARAM) cchLimit; // maximum number of characters lParam = 0; // not used; must be zero
The return value is always TRUE.
If the combo box does not have the CBS_AUTOHSCROLL style, setting the text limit to be larger than the size of the edit control has no effect.
The CB_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 when a string in the list box is selected.
The default limit to the text a user can enter in the edit control is 30,000 characters.
file: /Techref/os/win/api/win32/mess/src/msg02_1.htm, 1KB, , updated: 2000/4/7 11:19, local time: 2024/11/8 04:05,
18.191.140.36:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©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/msg02_1.htm"> CB_LIMITTEXT</A> |
Did you find what you needed? |