An application sends an LB_SETLOCALE message to set the current locale of the list box. You can use the locale to determine the correct sorting order of displayed text (for list boxes with the LBS_SORT style) and of text added by the LB_ADDSTRING message.
LB_SETLOCALE wParam = (WPARAM) wLocaleID; // locale identifier lParam = 0; // not used; must be zero
The return value is the previous locale identifier. If the wLocaleID parameter specifies a locale that is not installed on the system, the return value is LB_ERR and the current list box locale is not changed.
Use the MAKELCID macro to construct a locale identifier.
LB_ADDSTRING, LB_GETLOCALE, MAKELCID
file: /Techref/os/win/api/win32/mess/src/msg11_6.htm, 1KB, , updated: 2000/4/7 11:20, local time: 2024/11/4 18:20,
3.145.178.226: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://ecomorder.com/techref/os/win/api/win32/mess/src/msg11_6.htm"> LB_SETLOCALE</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to ecomorder.com! |
.