An application sends an LB_SELITEMRANGEEX message to select one or more consecutive items in a multiple-selection list box.
LB_SELITEMRANGEEX wParam = (WPARAM) wFirst; // first item lParam = (LPARAM) wLast); // last item
Windows 95: The wParam parameter is limited to 16-bit values.
This means list boxes cannot contain more than 32,767 items. Although the
number of items is restricted, the total size in bytes of the items in a
listbox is limited only by available memory.
If an error occurs, the return value is LB_ERR.
If the wFirst parameter is less than the wLast parameter, the specified range of items is selected. If wFirst is greater than wLast, the selection is removed from the specified range of items.
Use this message only with multiple-selection list boxes.
This message can select a range only within the first 65,536 items.
file: /Techref/os/win/api/win32/mess/src/msg10_22.htm, 1KB, , updated: 2000/4/7 11:20, local time: 2024/11/8 07:54,
18.221.96.100: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/msg10_22.htm"> LB_SELITEMRANGEEX</A> |
Did you find what you needed? |