winapi - Win32 API Combo-box issue -


i have combo-box within window; , i'm capable of adding elements combo-box flawlessly when attempt remove 1 or of items, no items removed. according spy++ message wm_deleteitem sends combo-box not receiving message.

you don't send wm_deleteitem delete item, gets sent once control has finished deleting item. use cb_deletestring instead.


Comments

Popular posts from this blog

node.js - Bad Request - node js ajax post -

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -