An application sends a CB_DELETESTRING message to delete a string in the list box of a combo box.
CB_DELETESTRING wParam = (WPARAM) index; // item to delete lParam = 0; // not used; must be zero
The return value is a count of the strings remaining in the list. If the index parameter specifies an index greater than the number of items in the list, the return value is CB_ERR.
If you create the combo box with an owner-drawn style but without the CBS_HASSTRINGS style, Windows sends a WM_DELETEITEM message to the owner of the combo box so the application can free any additional data associated with the item.
CB_RESETCONTENT, WM_DELETEITEM
file: /Techref/os/win/api/win32/mess/src/msg01_10.htm, 1KB, , updated: 2000/4/7 11:19, local time: 2024/11/5 03:21,
3.138.126.23: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://massmind.org/techref/os/win/api/win32/mess/src/msg01_10.htm"> CB_DELETESTRING</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to massmind.org! |
.