An application sends a CB_RESETCONTENT message to remove all items from the list box and edit control of a combo box.
CB_RESETCONTENT wParam = 0; // not used; must be zero lParam = 0; // not used; must be zero
This message has no parameters.
This message always returns CB_OKAY.
If you create the combo box with an owner-drawn style but without the CBS_HASSTRINGS style, the owner of the combo box receives a WM_DELETEITEM message for each item in the combo box.
CB_DELETESTRING, WM_DELETEITEM
file: /Techref/os/win/api/win32/mess/src/msg02_2.htm, 1KB, , updated: 2000/4/7 11:19, local time: 2024/11/8 07:58,
18.191.45.169: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_2.htm"> CB_RESETCONTENT</A> |
Did you find what you needed? |